Исправление ошибки компиляции

This commit is contained in:
2024-06-20 10:13:55 +07:00
parent 84ace82c0c
commit fb6dbb502e
+4 -1
View File
@@ -36,7 +36,10 @@ jobs:
with: with:
lfs: true lfs: true
token: ${{secrets.RELEASE_TOKEN}} 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 uses: dtolnay/rust-toolchain@stable
with: with:
targets: ${{ matrix.platform == 'macos-latest' && 'aarch64-apple-darwin,x86_64-apple-darwin' || '' }} targets: ${{ matrix.platform == 'macos-latest' && 'aarch64-apple-darwin,x86_64-apple-darwin' || '' }}