Skip to content

Commit

Permalink
fix: CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ABeltramo committed Sep 10, 2024
1 parent d7b2c9f commit dadc692
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,14 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Login to GitHub Container Registry
if: steps.prep.outputs.has_github_token != '' # secrets not available in PRs
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GHCR_TOKEN }}

- name: Run tests in devcontainer
uses: devcontainers/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ jobs:
matrix:
cxx:
- g++-12
- clang++-14
- clang++-16
build_type: [ Release ]
shared: [ true, false ]
std: [ 20 ]
Expand Down

0 comments on commit dadc692

Please sign in to comment.