From 6bd570966a1329fcbf5d2d235c889ca36c2eb27b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20M=C3=BCller?= Date: Tue, 5 Jul 2022 11:17:26 +0200 Subject: [PATCH] [CI] Add build compiler step to smoke tests (#11814) Co-authored-by: Beta Ziliani --- .github/workflows/smoke.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/smoke.yml b/.github/workflows/smoke.yml index 9c623f627e43..cce52e7c4faa 100644 --- a/.github/workflows/smoke.yml +++ b/.github/workflows/smoke.yml @@ -57,8 +57,7 @@ jobs: - name: Download Crystal source uses: actions/checkout@v2 - - name: Make compiler (special case only for wasm32, until next release). - if: ${{ matrix.target == 'wasm32-unknown-wasi' }} + - name: Build fresh compiler run: bin/ci with_build_env make - name: Run smoke test