Skip to content

Commit

Permalink
ci/musl: add g++
Browse files Browse the repository at this point in the history
  • Loading branch information
sreimers committed Dec 15, 2023
1 parent c1a1a49 commit 19df316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/musl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v3
- name: install devel tools
run: |
apk add musl-dev git cmake gcc make binutils openssl-dev linux-headers zlib-dev ninja
apk add musl-dev git cmake gcc g++ make binutils openssl-dev linux-headers zlib-dev ninja
- name: make
run: |
Expand Down

0 comments on commit 19df316

Please sign in to comment.