Skip to content

Commit

Permalink
ci: Add prepare step
Browse files Browse the repository at this point in the history
  • Loading branch information
bhelx committed Sep 13, 2023
1 parent af1000a commit e43a671
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,16 @@ on:
branches: [ main ]

jobs:
prepare:
name: Install Extism Runtime
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/libextism
zig:
name: Zig CI
runs-on: ${{ matrix.os }}
needs: prepare
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
Expand Down

0 comments on commit e43a671

Please sign in to comment.