Skip to content

Commit 2ee17fc

Browse files
committed
Drop arbitrary .#jdk17 pin in bazel_aspect and docker_test jobs
1 parent 0d72010 commit 2ee17fc

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- uses: DeterminateSystems/magic-nix-cache-action@v13
4545

4646
- name: Build Dockerised CLI
47-
run: nix develop .#jdk17 --command bash -c "DOCKER_BUILDKIT=0 sbt cli/docker"
47+
run: nix develop --command bash -c "DOCKER_BUILDKIT=0 sbt cli/docker"
4848

4949
- name: Test repos
5050
shell: bash
@@ -96,16 +96,16 @@ jobs:
9696

9797
- uses: DeterminateSystems/magic-nix-cache-action@v13
9898

99-
- run: nix develop .#jdk17 --command sbt build
99+
- run: nix develop --command sbt build
100100
- run: echo "$PWD/out/bin" >> $GITHUB_PATH
101101
- name: Auto-index scip-java codebase
102102
run: |
103-
nix develop .#jdk17 --command bash -c \
103+
nix develop --command bash -c \
104104
'scip-java index --build-tool=bazel --bazel-scip-java-binary=$(which scip-java)'
105105
- run: du -h index.scip
106106
- name: Auto-index example/bazel-workspace
107107
run: |
108-
nix develop .#jdk17 --command bash -c \
108+
nix develop "$GITHUB_WORKSPACE" --command bash -c \
109109
'scip-java index --build-tool=bazel --bazel-scip-java-binary=$(which scip-java)'
110110
working-directory: examples/bazel-example
111111
- run: du -h index.scip

0 commit comments

Comments
 (0)