Skip to content

Commit e046e37

Browse files
committed
Update cmake-ninja-crossbuild.yml
1 parent b82db50 commit e046e37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cmake-ninja-crossbuild.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ jobs:
7676
os_id: ghcr.io/userdocs/dcb # this action works with ghcr.io/userdocs/* images and generic images like debian/ubuntu/alpine
7777
os_version_id: ${{ matrix.os_id }}-${{ matrix.os_codename }}-${{ matrix.arch }}
7878
custom_docker_commands: "" # custom docker cli commands to run in the container
79-
additional_alpine_apps: "curl git" # apk add this string
80-
additional_debian_apps: "curl git" # apt install this string
79+
additional_alpine_apps: "" # apk add this string
80+
additional_debian_apps: "" # apt install this string
8181
uid: gh # default is gh and gh requires sudo. ghcr.io/userdocs/* takes root/gh/github/username. generic will take what you set here
8282
gid: 1001 # default is 1001 ghcr.io/userdocs/* root:0 gh 1001:1001 github 1002:1001 username 1000:1000
8383

0 commit comments

Comments
 (0)