Skip to content

Commit

Permalink
Merge pull request #115 from marcransome/slsa-provenance-build-generator
Browse files Browse the repository at this point in the history
Switch to default CMake generator
  • Loading branch information
marcransome authored Mar 23, 2024
2 parents dfa6a9a + 43ba4bc commit 3f2d354
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/slsa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- id: artifacts
name: Build artifact and generate hashes
run: |
cmake -S . -B build -G Ninja
cmake -S . -B build
cmake --build build
cd build/src
echo "hashes=$(sha256sum flog | base64 -w0)" >> "$GITHUB_OUTPUT"
Expand Down

0 comments on commit 3f2d354

Please sign in to comment.