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 18, 2024
1 parent 7984eb2 commit d5615d4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -249,11 +249,13 @@ jobs:
with:
version: "12.0.0"
directory: ${{ runner.temp }}/llvm
- uses: actions/checkout@v4
- name: Install golang
uses: actions/checkout@v4
uses: actions/setup-go@v5
with:
go-version: '>=1.22.0'
- name: Display Go version
run: go version
- name: Add clang++-12 link
working-directory: ${{ runner.temp }}/llvm/bin
run: ln -s clang clang++-12
Expand Down

0 comments on commit d5615d4

Please sign in to comment.