Skip to content

Commit

Permalink
[CI] Bump Alpine to LLVM 13
Browse files Browse the repository at this point in the history
  • Loading branch information
AeroStun authored Jun 7, 2022
1 parent 4da090a commit 93e12c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ jobs:
run: |
apk update
apk upgrade
apk add alpine-sdk atools git ninja cmake gcc g++ clang-dev clang-static llvm12-dev llvm12-static
apk add alpine-sdk atools git ninja cmake gcc g++ clang-dev clang-static llvm13-dev llvm13-static
echo '' | abuild-keygen -aq &> /dev/null
- uses: actions/checkout@v3
- name: Configure
Expand Down

0 comments on commit 93e12c2

Please sign in to comment.