Skip to content

Commit

Permalink
Update CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jmikedupont2 authored Jan 14, 2025
1 parent 21626bb commit 4d1ff63
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
name: stable - ${{ matrix.settings.target }} - node@18
runs-on: ${{ matrix.settings.host }}
steps:
- uses: actions/checkout@v3
- uses: meta-introspector/checkout@v3
- name: Setup node
uses: meta-introspector/setup-node@v3
if: ${{ !matrix.settings.docker }}
Expand All @@ -63,7 +63,7 @@ jobs:
toolchain: stable
targets: ${{ matrix.settings.target }}
- name: Cache cargo
uses: actions/cache@v3
uses: meta-introspector/cache@v3
with:
path: |
~/.cargo/registry/index/
Expand All @@ -72,7 +72,7 @@ jobs:
.cargo-cache
target/
key: ${{ matrix.settings.target }}-cargo-${{ matrix.settings.host }}
- uses: goto-bus-stop/setup-zig@v2
- uses: meta-introspector/setup-zig@v1
if: ${{ matrix.settings.target == 'armv7-unknown-linux-gnueabihf' }}
with:
version: 0.10.1
Expand Down Expand Up @@ -161,7 +161,7 @@ jobs:
- '18'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: meta-introspector/checkout@v3
- name: Setup node
uses: meta-introspector/setup-node@v3
with:
Expand Down Expand Up @@ -221,7 +221,7 @@ jobs:
- test-linux-x64-gnu-binding
- universal-macOS
steps:
- uses: actions/checkout@v3
- uses: meta-introspector/checkout@v3
- name: Setup node
uses: meta-introspector/setup-node@v3
with:
Expand Down

0 comments on commit 4d1ff63

Please sign in to comment.