Skip to content

Commit 9f189e4

Browse files
committed
final
1 parent 19e48ad commit 9f189e4

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ jobs:
4343

4444
- name: Install Dependencies
4545
run: |
46-
xbps-install -Sy git curl bash python3 github-cli
46+
xbps-install -Sy git curl bash python3 github-cli util-linux
47+
4748
4849
- name: Check Gate
4950
id: gate

.github/workflows/pr-check.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,13 @@ jobs:
4141
cancel-in-progress: true
4242

4343
steps:
44+
- name: Pre-install Node Deps
45+
run: |
46+
xbps-install -Sy libstdc++ git
47+
4448
- name: Install Dependencies
4549
run: |
46-
xbps-install -Sy git curl bash
50+
xbps-install -Sy git curl bash util-linux
4751
4852
- name: Checkout VUP
4953
uses: actions/checkout@v4

vup/srcpkgs/editors/antigravity/template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Template file for 'antigravity' test tes
1+
# Template file for 'antigravity' test tes test
22
pkgname=antigravity
33
version=1.13.3
44
revision=1

0 commit comments

Comments
 (0)