Skip to content

Commit

Permalink
fixed tests.yml windows build by updating clang
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdcvlsc committed Jun 10, 2024
1 parent 6a1079d commit d6d1b77
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: update and upgrade env
run: sudo apt-get update && sudo apt-get upgrade
Expand All @@ -33,7 +33,7 @@ jobs:
os: [ubuntu-latest, windows-latest, macos-latest]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: System Info
run: make default CXX=clang++ CC=clang
Expand All @@ -50,7 +50,11 @@ jobs:
os: [ubuntu-latest, windows-latest, macos-latest]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Update Clang on Windows
continue-on-error: true
run: choco upgrade llvm

- name: System Info
run: make default CXX=g++ CC=gcc
Expand Down

0 comments on commit d6d1b77

Please sign in to comment.