Skip to content

Commit

Permalink
Fix x86_64 workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
toasterofbread committed May 10, 2024
1 parent a942de0 commit 9699a0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-linux-x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Test Java
run: $JAVA_HOME/bin/java --version

- run: apt install -y --reinstall git make wget pkg-config libmpv-dev libappindicator3-dev
- run: apt install -y --reinstall git make wget pkg-config libmpv-dev libcurl4-openssl-dev libappindicator3-dev

- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 9699a0d

Please sign in to comment.