Skip to content

Commit

Permalink
ci: fetch all history
Browse files Browse the repository at this point in the history
so `--version` is there.
  • Loading branch information
motiejus committed Jun 26, 2024
1 parent a804014 commit 73a028e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with: {fetch-depth: 0}
- run: sudo apt-get install -y build-essential
- run: make VERBOSE=1 CFG=${{ matrix.cfg}} -j$(nproc)
- run: |
Expand All @@ -34,6 +35,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with: {fetch-depth: 0}
- uses: actions/cache@v4
with:
key: zig-sdk-and-cache-${{ hashFiles('.github/workflows/ci.yaml') }}
Expand Down

0 comments on commit 73a028e

Please sign in to comment.