Skip to content

Commit

Permalink
fix CI by running apt update
Browse files Browse the repository at this point in the history
  • Loading branch information
rofl0r committed Oct 15, 2023
1 parent 1289d8a commit c834073
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 @@ -27,8 +27,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: install valgrind
run: sudo apt-get install --assume-yes valgrind
- run: sudo apt update
- run: sudo apt install --assume-yes valgrind
- run: ./autogen.sh
- run: ./configure --enable-debug --enable-transparent --enable-reverse
- run: make
Expand Down

0 comments on commit c834073

Please sign in to comment.