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 9a5b28b commit 1d5a637
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,23 +74,11 @@ jobs:
container:
image: ghcr.io/engity-com/build-images/go
steps:
- name: Install Ubuntu dependencies
if: ${{ matrix.os == 'ubuntu-latest' }}
run: sudo apt install libpam0g-dev

- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Install Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
check-latest: true
cache-dependency-path: |
go.sum
- name: Cache
uses: actions/cache@v4
with:
Expand Down

0 comments on commit 1d5a637

Please sign in to comment.