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

Update dms-cli for nightly builds

This commit is contained in:
purian23
2025-11-26 22:17:49 -05:00
parent f7f1bbbdd2
commit e129e4a2d0
9 changed files with 66 additions and 36 deletions

View File

@@ -24,6 +24,12 @@ jobs:
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.24'
cache: false
- name: Install build dependencies
run: |
sudo apt-get update