From d549c1ce640357e88d5d13e46cff76bb2130bb98 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Mon, 15 Apr 2024 09:34:41 -0700 Subject: [PATCH] Another attempt --- .github/workflows/main.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index af155f4..9168a8d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -110,12 +110,15 @@ jobs: - run: git fetch --tags --force name: Force-fetch tags to work around actions/checkout#290 - run: git submodule update --init --depth 32 --jobs 3 + - run: git status + - run: python3 ./version.py - name: Build shell: msys2 {0} run: | make package LLVM_CMAKE_FLAGS=-DLLVM_CCACHE_BUILD=ON make check - run: git status + - run: python3 ./version.py - name: Does it work sans msys2? run: | C:\wasi-sdk\bin\clang.exe --version