Skip to content

Commit

Permalink
Remove id from args, fix Github Autobuild warning
Browse files Browse the repository at this point in the history
The warning was "Unexpected input 'id', valid inputs are ['path', 'key', 'restore-keys']"
  • Loading branch information
abitmore committed Jul 4, 2020
1 parent 27a7b85 commit f1a077a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,6 @@ jobs:
uses: actions/cache@v1
with:
path: libs
id: cache-libs
key: mingw64-libs-${{ env.BOOST_VERSION }}_${{ env.CURL_VERSION }}_${{ env.OPENSSL_VERSION }}_${{ env.ZLIB_VERSION }}
- name: Configure
run: |
Expand Down

0 comments on commit f1a077a

Please sign in to comment.