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 3b03cb8 commit e912f67
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -249,11 +249,12 @@ 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'
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 e912f67

Please sign in to comment.