Skip to content

Commit

Permalink
chore: upgrade workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
carrascomj committed Oct 19, 2023
1 parent ddf804e commit 12147fb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Cache
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: |
~/.cargo/bin/
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ jobs:
steps:
- uses: little-core-labs/get-git-tag@v3.0.1
id: get_version
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@nightly
with:
targets: wasm32-unknown-unknown
- name: install wasm-bindgen-cli
run: |
cargo install wasm-bindgen-cli --version 0.2.84
cargo install wasm-bindgen-cli
- name: Build
run: |
Expand Down Expand Up @@ -162,8 +162,8 @@ jobs:
run: |
export CFLAGS="-fno-stack-check"
export MACOSX_DEPLOYMENT_TARGET="10.9"
- name: Install zld
run: brew install michaeleisel/zld/zld
- name: Install lld (included in llvm)
run: brew install llvm
- name: Build
run: |
cargo build --release --target x86_64-apple-darwin
Expand Down

0 comments on commit 12147fb

Please sign in to comment.