Skip to content

Commit

Permalink
Apply update-workflows.sh changes (#98)
Browse files Browse the repository at this point in the history
Signed-off-by: Bob Wall <[email protected]>

Signed-off-by: Bob Wall <[email protected]>
  • Loading branch information
BobWall23 authored Nov 29, 2022
1 parent 26a7c7e commit 64dfa26
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- run: cargo sort --check
- name: Cancel workflow
if: failure()
uses: andymckay/cancel-action@0.2
uses: andymckay/cancel-action@0.3
clippy:
name: Clippy
runs-on: ubuntu-22.04
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/rust-daily.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,17 @@ jobs:
- uses: IronCoreLabs/[email protected]
with:
crate: wasm-bindgen-cli
accesskey: ${{ secrets.TOOL_CACHE_KEY_ID }}
accesskey: AKIAU2WBY6VDTC563V7G
secretkey: ${{ secrets.TOOL_CACHE_SECRET_KEY }}
os: ubuntu-20.04
- uses: Swatinem/rust-cache@v1
- uses: Swatinem/rust-cache@v2
id: rust-cache
- name: Install sccache
if: steps.rust-cache.outputs.cache-hit != 'true'
uses: IronCoreLabs/[email protected]
with:
crate: sccache
accesskey: ${{ secrets.TOOL_CACHE_KEY_ID }}
accesskey: AKIAU2WBY6VDTC563V7G
secretkey: ${{ secrets.TOOL_CACHE_SECRET_KEY }}
os: ubuntu-22.04
version: latest
Expand All @@ -46,7 +46,7 @@ jobs:
echo "RUSTC_WRAPPER=$HOME/.cargo/bin/sccache" >> $GITHUB_ENV
echo "AWS_ACCESS_KEY_ID=${{ secrets.SCCACHE_AWS_KEY_ID }}" >> $GITHUB_ENV
echo "AWS_ACCESS_KEY_ID=AKIAU2WBY6VDVHUO5WSN" >> $GITHUB_ENV
echo "AWS_SECRET_ACCESS_KEY=${{ secrets.SCCACHE_AWS_SECRET }}" >> $GITHUB_ENV
Expand Down

0 comments on commit 64dfa26

Please sign in to comment.