We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e2e219 commit edaefecCopy full SHA for edaefec
.github/workflows/ubuntu.yml
@@ -18,6 +18,8 @@ jobs:
18
- os: noble
19
gcc: 14
20
steps:
21
+ - name: Checkout repository
22
+ uses: actions/checkout@v4
23
- name: Login to GitHub Container Registry
24
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ${DOCKER_REGISTRY} -u ${{ github.actor }} --password-stdin
25
- name: Build the Docker image
@@ -40,6 +42,8 @@ jobs:
40
42
41
43
clang: 19
44
45
46
47
48
run: |
49
0 commit comments