Автоматизация создания установщика для Arch
This commit is contained in:
@@ -31,6 +31,11 @@ jobs:
|
||||
# output_dir_two: src-tauri/target/x86_64-apple-darwin/release/bundle/dmg/**.dmg
|
||||
runs-on: ${{ matrix.platform }}
|
||||
steps:
|
||||
- name: Preinstall Arch dependencies
|
||||
if: matrix.platform == 'arch-latest'
|
||||
run: |
|
||||
pacman -Syyu --noconfirm
|
||||
pacman -S node git --noconfirm
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v4
|
||||
- name: Checkout repository
|
||||
|
||||
Reference in New Issue
Block a user