Тестирование новых сборок
This commit is contained in:
@@ -32,6 +32,11 @@ jobs:
|
|||||||
# output_dir_two: src-tauri/target/x86_64-apple-darwin/release/bundle/dmg/**.dmg
|
# output_dir_two: src-tauri/target/x86_64-apple-darwin/release/bundle/dmg/**.dmg
|
||||||
runs-on: ${{ matrix.platform }}
|
runs-on: ${{ matrix.platform }}
|
||||||
steps:
|
steps:
|
||||||
|
- name: Arch dependencies
|
||||||
|
if: matrix.platform == 'arch-latest'
|
||||||
|
run:
|
||||||
|
pacman -Syu
|
||||||
|
pacman -S nodejs npm -y
|
||||||
- name: Setup Node.js
|
- name: Setup Node.js
|
||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
|
|||||||
Reference in New Issue
Block a user