We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52d5c08 commit 20b93beCopy full SHA for 20b93be
.github/workflows/docker.yaml
@@ -24,6 +24,11 @@ jobs:
24
VERSION: ${{ matrix.version }}
25
DOCKER_REPO: ghcr.io/${{ github.repository }}
26
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
32
- name: Checkout
33
uses: actions/checkout@v4
34
with:
0 commit comments