about summary refs log tree commit diff
path: root/.github/workflows/release.yml
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume1.gomez@gmail.com>2023-09-26 16:09:51 +0200
committerGuillaume Gomez <guillaume1.gomez@gmail.com>2023-10-04 23:21:03 +0200
commiteedf1b6cb458c6a474bf2e9ccc29cbe9059f7764 (patch)
tree2631d61e0c41d8aa1a1ec12518125d99a49a6899 /.github/workflows/release.yml
parent71febd94f455236ee6a6eb3d87fd881fad9081d6 (diff)
Migrate build.sh script to rust
Diffstat (limited to '.github/workflows/release.yml')
-rw-r--r--.github/workflows/release.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 51fc5c76cdb..bd0415040e7 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -86,7 +86,7 @@ jobs:
     - name: Build
       run: |
         ./y.sh prepare --only-libcore
-        EMBED_LTO_BITCODE=1 ./build.sh --release --release-sysroot
+        EMBED_LTO_BITCODE=1 ./y.sh build --release --release-sysroot
         cargo test
         ./clean_all.sh