Skip to content

Commit

Permalink
Update build-server-core-linux.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mkckr0 authored Mar 29, 2024
1 parent a439976 commit dfc8282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-server-core-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: actions/checkout@v3
- run: git pull
- name: Install Linux Deps
run: sudo apt install libpipewire-0.3-dev
run: sudo apt update && sudo apt install libpipewire-0.3-dev
if: ${{ matrix.os == 'ubuntu-latest' }}
- uses: lukka/get-cmake@latest
- uses: lukka/run-vcpkg@v11
Expand Down

0 comments on commit dfc8282

Please sign in to comment.