Исправление ошибки компиляции
This commit is contained in:
@@ -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' || '' }}
|
||||||
|
|||||||
Reference in New Issue
Block a user