Skip to content

Commit

Permalink
dev container build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
marc-hanheide committed Jun 10, 2024
1 parent 9d74570 commit e7b3d2f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/dev-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ on:
jobs:
build_devcontainer:
runs-on: ubuntu-latest
strategy:
matrix:
config:
- default
- cuda-opengl
steps:
- name: Checkout from github
uses: actions/checkout@v3
Expand All @@ -23,6 +28,7 @@ jobs:
uses: devcontainers/[email protected]
with:
imageName: lcas.lincoln.ac.uk/devcontainer/${{ steps.docker_image_name.outputs.docker_image }}
configFile: ./.devcontainer/${{ matrix.config }}/devcontainer.json
push: never
imageTag: ${{ env.BRANCH }}
imageTag: ${{ matrix.config }}-${{ env.BRANCH }}
#runCmd: "bash .devcontainer/run-ci.sh"

0 comments on commit e7b3d2f

Please sign in to comment.