From 808e0608fe314b6e5d5e3e5abcae53503116263f Mon Sep 17 00:00:00 2001 From: Claudio Bley Date: Wed, 4 Nov 2020 16:44:31 +0100 Subject: [PATCH] * ensure to fetch tag information (see issue [#290]) [#290]: https://github.com/actions/checkout/issues/290 --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index df6bb994..51f82978 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -28,5 +28,6 @@ jobs: signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}' # Only needed for private caches #authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}' + - run: git fetch --tags --force --recurse-submodules - run: nix-build - run: nix-shell --run "sbt -batch -Dfile.encoding=UTF8 scalalsNative/run"