Автоматизация создания установщика для Arch

This commit is contained in:
2024-07-06 18:11:28 +07:00
parent 7997782076
commit 366af90c28
+5
View File
@@ -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