Install pyoxidizer via pip

This commit is contained in:
suika 2021-06-09 23:32:44 +02:00
parent 62b50d41e5
commit 64008c8232
1 changed files with 1 additions and 19 deletions

View File

@ -18,27 +18,9 @@ jobs:
id: setup_ffmpeg
with:
token: ${{ secrets.GITHUB_TOKEN }}
-
name: Setup Rust Tollchain
uses: actions-rs/toolchain@v1
with:
toolchain: stable
- name: Cargo Cache
uses: actions/cache@v2
with:
path: |
~/.cargo/bin/
~/.cargo/registry/index/
~/.cargo/registry/cache/
~/.cargo/git/db/
target/
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
-
name: Install PyOxidizer
uses: actions-rs/cargo@v1.0.3
with:
command: install
args: pyoxidizer
run: python3 -m pip install pyoxidizer
-
name: Build Hydrus
run: |