Skip to content

Commit

Permalink
Simplify logic of selecting container for the linux build step.
Browse files Browse the repository at this point in the history
  • Loading branch information
monamimani committed Mar 30, 2024
1 parent 2cdfe18 commit cb10031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
if: ${{ !contains(github.event.head_commit.message, '[skip ci]') }}
runs-on: ubuntu-latest
container:
image: ${{ matrix.os == 'ubuntu-latest' && 'ghcr.io/monamimani-builds/cpp-devcontainer:a524189b6082de6c08216ef1f3ea2544a9cdf5a4' || '' }}
image: 'ghcr.io/monamimani-builds/cpp-devcontainer:a524189b6082de6c08216ef1f3ea2544a9cdf5a4'
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit cb10031

Please sign in to comment.