Тестирование новых сборок

This commit is contained in:
2024-06-16 09:52:39 +07:00
parent 6e63e6aeaa
commit 5f5258b403
+2 -1
View File
@@ -35,7 +35,8 @@ jobs:
- name: Arch dependencies
if: matrix.platform == 'arch-latest'
run:
pacman --noconfirm -Syu nodejs npm
pacman --noconfirm -Syu nodejs npm git rust rustup
rustup default stable
- name: Setup Node.js
uses: actions/setup-node@v4
- name: Checkout repository