Skip to content

Commit

Permalink
try to fix the linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
dellis1972 committed Feb 24, 2024
1 parent 7fda095 commit cc12229
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: microsoft/[email protected]
- name: Install Linux dependencies
if: runner.os == 'Linux'
run: sudo apt-get install build-essential git make cmake autoconf automake libpng-dev pkg-config meson
run: sudo apt update && sudo apt-get install build-essential git make cmake autoconf automake libpng-dev pkg-config meson
shell: bash
- name: Clone repository
uses: actions/checkout@v4
Expand Down

0 comments on commit cc12229

Please sign in to comment.