@@ -18,7 +18,7 @@ jobs:
|
||||
|
||||
- name: Pull Repository
|
||||
run: |
|
||||
git clone https://brotoskyj:${{ secrets.RUNNER_TOKEN }}@git.racooncity.org/brotoskyj/build_test --branch RustImplementation
|
||||
git clone https://brotoskyj:${{ secrets.RUNNER_TOKEN }}@git.racooncity.org/brotoskyj/AirlockTools --branch RustImplementation
|
||||
|
||||
- name: Compile Library and Upload
|
||||
run: |
|
||||
@@ -27,7 +27,7 @@ jobs:
|
||||
export TWINE_REPOSITORY_URL=https://git.racooncity.org/api/packages/brotoskyj/pypi
|
||||
. "$HOME/.cargo/env"
|
||||
rustup target add x86_64-pc-windows-gnu
|
||||
cd build_test/airlock_libs
|
||||
cd AirlockTools/airlock_libs
|
||||
cargo clean
|
||||
cargo fmt
|
||||
cargo clippy --fix --all-targets --allow-dirty
|
||||
|
||||
Reference in New Issue
Block a user