Skip to content

Commit edaefec

Browse files
committed
Check out repo
1 parent 9e2e219 commit edaefec

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ubuntu.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
- os: noble
1919
gcc: 14
2020
steps:
21+
- name: Checkout repository
22+
uses: actions/checkout@v4
2123
- name: Login to GitHub Container Registry
2224
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ${DOCKER_REGISTRY} -u ${{ github.actor }} --password-stdin
2325
- name: Build the Docker image
@@ -40,6 +42,8 @@ jobs:
4042
- os: noble
4143
clang: 19
4244
steps:
45+
- name: Checkout repository
46+
uses: actions/checkout@v4
4347
- name: Login to GitHub Container Registry
4448
run: |
4549
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ${DOCKER_REGISTRY} -u ${{ github.actor }} --password-stdin

0 commit comments

Comments
 (0)