Skip to content

Commit

Permalink
hopeful fix
Browse files Browse the repository at this point in the history
  • Loading branch information
darmie committed Mar 24, 2024
1 parent cb5471d commit 77281ee
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Setup protoc
- uses: arduino/setup-protoc@v3
# - name: Setup actions
# - uses: actions/checkout@v3
- name: Setup actions
uses: actions/checkout@v3
- name: Build quickjs runner
run: cd crates/zflow_js_runner && cargo build --release && cp ./bin/release/libzflow_js_runner.so ./bin/libzflow_js_runner.so
- name: Run runtime tests
Expand Down

0 comments on commit 77281ee

Please sign in to comment.