Skip to content

Commit

Permalink
Ensure running inside container
Browse files Browse the repository at this point in the history
  • Loading branch information
blaubaer committed Oct 10, 2024
1 parent edcb187 commit 9a5b28b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ jobs:
matrix:
os: [ ubuntu-latest ]
runs-on: ${{ matrix.os }}
container:
image: ghcr.io/engity-com/build-images/go
steps:
- name: Install Ubuntu dependencies
if: ${{ matrix.os == 'ubuntu-latest' }}
Expand Down

0 comments on commit 9a5b28b

Please sign in to comment.