1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-05 21:15:38 -05:00

un-gitignore dankinstall

This commit is contained in:
bbedward
2025-11-12 20:36:50 -05:00
parent e8510b925e
commit 50cdd68b7b
3 changed files with 52 additions and 8 deletions

View File

@@ -36,11 +36,7 @@ jobs:
run: go test -v ./...
- name: Build dms
run: |
cd cmd/dms
go build -v .
run: go build -v ./cmd/dms
- name: Build dankinstall
run: |
cd cmd/dankinstall
go build -v .
run: go build -v ./cmd/dankinstall