We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd3deaf commit 1f87918Copy full SHA for 1f87918
.github/workflows/binaries.yml
@@ -26,6 +26,8 @@ jobs:
26
runs-on: ${{ matrix.os }}
27
steps:
28
- uses: actions/checkout@v4
29
+ with:
30
+ fetch-tags: true
31
- uses: cachix/install-nix-action@v22
32
- run: echo "(version $(git describe --always --dirty --abbrev=7))" >> dune-project
33
- run: nix build ${{ matrix.installable }}
0 commit comments