Skip to content

Commit

Permalink
Fix workflows file
Browse files Browse the repository at this point in the history
  • Loading branch information
rushilmehra committed Jun 20, 2024
1 parent 7b48b74 commit acb86ab
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,6 @@ jobs:
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'
Expand Down Expand Up @@ -311,10 +310,14 @@ jobs:
run: rustup update stable --no-self-update && rustup default stable && rustup target add ${{ matrix.target }}
shell: bash
- name: Install Clang-12
uses: KyleMayes/install-llvm-action@v1
uses: egor-tensin/setup-clang@v1
with:
version: "12.0.0"
directory: ${{ runner.temp }}/llvm
version: 12
platform: x64
- name: Install golang
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 acb86ab

Please sign in to comment.