Skip to content

Commit

Permalink
Temporary workaround - invalid signature in repo
Browse files Browse the repository at this point in the history
See microsoft/linux-package-repositories#130

Ticket: None
Changelog: None
Signed-off-by: Lars Erik Wik <[email protected]>
  • Loading branch information
larsewi authored and olehermanse committed Apr 25, 2024
1 parent 8d5a409 commit 12e0288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

- name: Install dependencies (C)
if: ${{ matrix.language == 'cpp' }}
run: sudo apt-get update -y && sudo apt-get install -y libssl-dev libpam0g-dev liblmdb-dev byacc curl
run: (sudo apt-get update -y || true) && sudo apt-get install -y libssl-dev libpam0g-dev liblmdb-dev byacc curl

- name: Build (C)
if: ${{ matrix.language == 'cpp' }}
Expand Down

0 comments on commit 12e0288

Please sign in to comment.