From 0c39e5f6a4c6c0fdb1950b7cb1ee5caa38d76838 Mon Sep 17 00:00:00 2001 From: Tsiry Sandratraina Date: Tue, 14 May 2024 06:47:45 +0000 Subject: [PATCH] ci: set engine-version to 0.4.0 --- .github/workflows/ci.yml | 1 + .github/workflows/release-for-mac.yml | 1 + .github/workflows/release.yml | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d7a42a7..6f1f749 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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} diff --git a/.github/workflows/release-for-mac.yml b/.github/workflows/release-for-mac.yml index 8da6c64..72b9e92 100644 --- a/.github/workflows/release-for-mac.yml +++ b/.github/workflows/release-for-mac.yml @@ -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 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b3ea97d..e46e5b8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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