Skip to content

Commit

Permalink
Merge pull request #63 from tahoe-lafs/fix-build-workflow
Browse files Browse the repository at this point in the history
Correct yaml syntax in the build workflow definition
  • Loading branch information
exarkun authored Jan 31, 2022
2 parents 30b4fea + 8c57abd commit f867f5e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ jobs:
steps:
- uses: actions/checkout@v2
name: Check out zfec sources
with:
# Check out the full history, including tags. This is necessary to
# construct non-release version numbers.
fetch-depth: 0
Expand Down

0 comments on commit f867f5e

Please sign in to comment.