Skip to content

Commit

Permalink
Fix Windows for real?
Browse files Browse the repository at this point in the history
  • Loading branch information
frostedoyster committed Nov 30, 2023
1 parent d64e25e commit e1c49bf
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,8 @@ jobs:
python-version: ${{ matrix.python-version }}
- run: pip install tox

- name: Setup sccache
uses: mozilla-actions/[email protected]
with:
version: "v0.5.4"

- name: Setup sccache environnement variables
run: |
echo "SCCACHE_GHA_ENABLED=true" >> $GITHUB_ENV
echo "RUSTC_WRAPPER=sccache" >> $GITHUB_ENV
echo "CMAKE_C_COMPILER_LAUNCHER=sccache" >> $GITHUB_ENV
echo "CMAKE_CXX_COMPILER_LAUNCHER=sccache" >> $GITHUB_ENV
- name: Set up MSVC command prompt
uses: ilammy/msvc-dev-cmd@v1

- name: run Python tests
run: tox -e tests
Expand Down

0 comments on commit e1c49bf

Please sign in to comment.