Skip to content

Commit

Permalink
copy devcontainer.json up one level
Browse files Browse the repository at this point in the history
  • Loading branch information
trxcllnt committed Aug 22, 2023
1 parent b6234e5 commit b85af86
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-in-devcontainer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,12 @@ jobs:
with:
node-version: '16'
- if: ${{ env.HAS_DEVCONTAINER == 'true' }}
name: Symlink devcontainer.json file
name: Copy devcontainer.json file up one level
run: |
ln -s \
cp \
.devcontainer/cuda${{ matrix.cuda }}-${{ matrix.pkgr }}/devcontainer.json \
.devcontainer/devcontainer.json
ls -all .
- if: ${{ env.HAS_DEVCONTAINER == 'true' }}
name: Run build in devcontainer
uses: devcontainers/[email protected]
Expand Down

0 comments on commit b85af86

Please sign in to comment.