Skip to content

Commit bc21909

Browse files
committed
feat: final
1 parent a14cbb0 commit bc21909

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444

4545
- name: Install Dependencies
4646
run: |
47-
xbps-install -Sy git curl bash python3 github-cli util-linux shadow
47+
xbps-install -Sy git curl bash python3 github-cli util-linux shadow findutils
4848
4949
5050
- name: Check Gate

.github/workflows/pr-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
4949
- name: Install Dependencies
5050
run: |
51-
xbps-install -Sy git curl bash util-linux shadow
51+
xbps-install -Sy git curl bash util-linux shadow findutils
5252
5353
- name: Checkout VUP
5454
uses: actions/checkout@v4

.github/workflows/vuru-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
steps:
2323
- name: Install Dependencies
2424
run: |
25-
xbps-install -Sy git curl bash python3 github-cli util-linux shadow
25+
xbps-install -Sy git curl bash python3 github-cli util-linux shadow findutils
2626
xbps-install -y gcc pkg-config # Essential for cargo builds if not in base
2727
2828
- name: Checkout Source

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'
1+
# Template file for 'antigravity'
22
pkgname=antigravity
33
version=1.13.3
44
revision=1

0 commit comments

Comments
 (0)