Skip to content

Commit 20b93be

Browse files
authored
Update docker.yaml
1 parent 52d5c08 commit 20b93be

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/docker.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ jobs:
2424
VERSION: ${{ matrix.version }}
2525
DOCKER_REPO: ghcr.io/${{ github.repository }}
2626
steps:
27+
- name: Install build tools
28+
run: |
29+
sudo apt -y update
30+
sudo apt -y install build-essential git
31+
git config --global advice.detachedHead false
2732
- name: Checkout
2833
uses: actions/checkout@v4
2934
with:

0 commit comments

Comments
 (0)