Skip to content

Commit

Permalink
Merge pull request #20 from micwoj92/patch-1
Browse files Browse the repository at this point in the history
Remove python3 from CI
  • Loading branch information
stef authored Jun 2, 2024
2 parents 75cb372 + 6720507 commit 6a196b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- run: |
cd src
sudo apt-get update
sudo apt-get install python3 libsodium-dev pkgconf
sudo apt-get install libsodium-dev pkgconf
make bin libsphinx.so tests/sphinx
- name: Perform CodeQL Analysis
Expand Down

0 comments on commit 6a196b5

Please sign in to comment.