mirror of
https://github.com/IntQuant/noita_entangled_worlds.git
synced 2025-12-07 21:59:47 +00:00
Remove cargo update from Macos build step
This commit is contained in:
parent
274a75039a
commit
d26cf8cd1c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -73,7 +73,7 @@ jobs:
|
|||
workspaces: noita-proxy -> target
|
||||
|
||||
- name: Update cargo packages and Build Macos proxy release
|
||||
run: export CMAKE_POLICY_VERSION_MINIMUM=3.5 && cargo update && cargo build --release
|
||||
run: export CMAKE_POLICY_VERSION_MINIMUM=3.5 && cargo build --release
|
||||
working-directory: ./noita-proxy
|
||||
|
||||
- name: Create archives
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue