Skip to content

Commit

Permalink
Fix crosscompile
Browse files Browse the repository at this point in the history
  • Loading branch information
inikulin committed May 31, 2024
1 parent 45a6098 commit a5c22da
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,11 @@ jobs:
with:
version: "12.0.0"
directory: ${{ runner.temp }}/llvm
- name: Install golang
uses: actions/checkout@v4
uses: actions/setup-go@v5
with:
go-version: '>=1.22.0'
- name: Add clang++-12 link
working-directory: ${{ runner.temp }}/llvm/bin
run: ln -s clang clang++-12
Expand Down

0 comments on commit a5c22da

Please sign in to comment.