Fixed Typo
Build Library / Build Library (push) Failing after 4m37s

This commit is contained in:
brotoskyj
2025-11-05 18:15:47 -05:00
parent 582c4445f3
commit 2ed08526f8
3 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -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