File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments