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 18, 2023
1 parent 73013d9 commit cc33f88
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 cc33f88

Please sign in to comment.