Remove cargo update from Macos build step

This commit is contained in:
Icey 2025-11-18 16:13:53 +01:00 committed by GitHub
parent 274a75039a
commit d26cf8cd1c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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