No more rust

This commit is contained in:
naturecodevoid
2023-02-20 20:36:39 -08:00
committed by GitHub
parent 4b343b500d
commit 332b81c803
4 changed files with 0 additions and 28 deletions

View File

@@ -28,13 +28,6 @@ jobs:
- name: Install dependencies
run: brew install ldid
- name: Install rustup
uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
target: aarch64-apple-ios
- name: Add beta suffix to version
run: sed -e '/MARKETING_VERSION = .*/s/$/-beta.${{ github.run_number }}/' -i '' Build.xcconfig