Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
herumi committed Oct 21, 2024
1 parent 1a14aeb commit 323ad0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- run: lscpu
- run: apt -y update
- run: apt -y install valgrind nasm
- run: sudo apt update
- run: sudo apt install valgrind nasm
- run: make bin/pairing.exe -j4
- run: valgrind bin/pairing.exe
- run: make clean
Expand Down

0 comments on commit 323ad0c

Please sign in to comment.