Skip to content

Commit

Permalink
fixup! fixup! github actions: Add Debian Testing build
Browse files Browse the repository at this point in the history
  • Loading branch information
cwendling committed Nov 8, 2023
1 parent 4a1f3cd commit bbb4f70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,8 @@ jobs:

- name: Install dependencies
run: |
sudo apt-get update -qq
sudo apt-get install --assume-yes --no-install-recommends \
apt-get update -qq
apt-get install --assume-yes --no-install-recommends \
${BUILD_DEPS} ${LIBRARY_DEPS}
- uses: actions/checkout@v3
Expand Down

0 comments on commit bbb4f70

Please sign in to comment.