Skip to content

Commit

Permalink
Adding cxxopts to alpine linux workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
EPICGameGuy committed Nov 22, 2023
1 parent 7d1d7c5 commit c350ad2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v3
- name: Get dependencies
run: |
apk add build-base git cmake xorriso cxxopts
apk add build-base git cmake xorriso cxxopts-dev
- name: Install ps2stuff
run: |
Expand Down

0 comments on commit c350ad2

Please sign in to comment.