Skip to content

Commit

Permalink
CI: fix a regression due to changes in pip
Browse files Browse the repository at this point in the history
  • Loading branch information
valgur committed Aug 14, 2024
1 parent 2faf92f commit ed00da4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,10 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: actions/setup-python@v5
with:
python-version: '3.12'

- name: Install Clang
if: matrix.platform[2] == 'clang'
uses: KyleMayes/install-llvm-action@v1
Expand Down Expand Up @@ -112,6 +116,10 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: actions/setup-python@v5
with:
python-version: '3.12'

- name: Install Clang
if: matrix.platform[2] == 'clang'
uses: KyleMayes/install-llvm-action@v1
Expand Down

0 comments on commit ed00da4

Please sign in to comment.