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

This commit is contained in:
2024-06-16 09:57:31 +07:00
parent 55b2ef2096
commit 1105eec501
+1 -1
View File
@@ -35,7 +35,7 @@ jobs:
- name: Arch dependencies
if: matrix.platform == 'arch-latest'
run: |
pacman --noconfirm -Syu nodejs npm git rust rustup
pacman --noconfirm -Syu nodejs npm git rust rustup git-lfs
rustup default stable
- name: Setup Node.js
uses: actions/setup-node@v4