Skip to content

Commit

Permalink
ci: set engine-version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed May 14, 2024
1 parent 0d6b08d commit 0c39e5f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
wasm: true
pipeline: rust
args: build --release
engine-version: 0.4.0
- name: Run Build and e2e tests
run: |
export PATH=${HOME}/.cargo/bin:${PATH}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release-for-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
uses: fluentci-io/setup-fluentci@v5
with:
wasm: true
engine-version: 0.4.0
pipeline: rust
args: |
target_add aarch64-apple-darwin
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- x86_64-unknown-linux-gnu
steps:
- uses: actions/checkout@v3
- uses: fluentci-io/setup-fluentci@v4
- uses: fluentci-io/setup-fluentci@v5
- name: Set env
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
- name: Build
Expand Down

0 comments on commit 0c39e5f

Please sign in to comment.