Исправление ошибки компиляции
This commit is contained in:
@@ -36,7 +36,10 @@ jobs:
|
||||
with:
|
||||
lfs: true
|
||||
token: ${{secrets.RELEASE_TOKEN}}
|
||||
- name: install Rust stable
|
||||
run: |
|
||||
touch src-tauri/.env
|
||||
${{secrets.HASH_KEY}} > src-tauri/.env
|
||||
- name: Install Rust stable
|
||||
uses: dtolnay/rust-toolchain@stable
|
||||
with:
|
||||
targets: ${{ matrix.platform == 'macos-latest' && 'aarch64-apple-darwin,x86_64-apple-darwin' || '' }}
|
||||
|
||||
Reference in New Issue
Block a user