Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Oct 30, 2022
1 parent 61bd9de commit 9d591ec
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: ${{ !contains(github.event.pull_request.labels.*.name, 'CI-no-fail-fast') }}
matrix:
os: [ ubuntu-latest, macos-latest, windows-latest ]
os: [ windows-latest ]
runs-on: ${{ matrix.os }}
env:
RUST_BACKTRACE: '1'
Expand All @@ -39,6 +39,11 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: "3.10"
- run: |
ls C:\hostedtoolcache\windows\Python\3.10.8\x64
ls C:\hostedtoolcache\windows\Python\3.10.8\x64\libs
ls C:\hostedtoolcache\windows\Python\3.10.8\x64\lib
if: matrix.os == 'windows-latest'
- name: Install cffi and virtualenv
run: pip install cffi virtualenv ziglang~=0.9.0 twine
- uses: actions-rs/toolchain@v1
Expand Down

0 comments on commit 9d591ec

Please sign in to comment.