Skip to content

Commit

Permalink
Update CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
OlofBlomqvist authored Jul 9, 2023
1 parent ffccdca commit 50f97e0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
archive: tar.gz tar.xz
- target: x86_64-apple-darwin
archive: zip
env:
PYO3_CROSS_PYTHON_VERSION: 3.11
steps:
- uses: actions/checkout@master
- name: Compile and release
Expand All @@ -27,4 +29,4 @@ jobs:
with:
RUSTTARGET: ${{ matrix.target }}
TOOLCHAIN_VERSION: "nightly"
ARCHIVE_TYPES: ${{ matrix.archive }}
ARCHIVE_TYPES: ${{ matrix.archive }}

0 comments on commit 50f97e0

Please sign in to comment.