We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f75a425 commit 808e060Copy full SHA for 808e060
.github/workflows/test.yml
@@ -28,5 +28,6 @@ jobs:
28
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
29
# Only needed for private caches
30
#authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
31
+ - run: git fetch --tags --force --recurse-submodules
32
- run: nix-build
33
- run: nix-shell --run "sbt -batch -Dfile.encoding=UTF8 scalalsNative/run"
0 commit comments