diff options
author | Joshua Shreve <j.a.shreve@gmail.com> | 2021-08-22 14:03:22 -0400 |
---|---|---|
committer | Joshua Shreve <j.a.shreve@gmail.com> | 2021-08-22 14:03:22 -0400 |
commit | ac79be4f7981d9c3efbfc47ffaaf589ff8db33e7 (patch) | |
tree | 8ad33b4b05c956e8b273fffa56688be89143c14c /.github/workflows | |
parent | 33302b07c3ec3c5f887f43d269f0b2ca5145a4f9 (diff) |
Attempting to fix build error.
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/release.yaml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index e1befef..2b7e6e8 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -16,8 +16,6 @@ jobs: uses: actions/checkout@v2 - uses: satackey/action-docker-layer-caching@v0.0.11 continue-on-error: true - - name: Clean up - run: rm -r things/** - name: Build run: make build - name: Release |