diff options
author | Ayke van Laethem <[email protected]> | 2024-11-08 11:20:51 +0100 |
---|---|---|
committer | Ayke van Laethem <[email protected]> | 2024-11-19 11:09:48 +0100 |
commit | 2dd06c4378ffa84c088fd1a5ad7fa27f06cf6dc9 (patch) | |
tree | 028aca7affcf5ab543ddcbf11afc788ad45dd79b /.github/workflows/nix.yml | |
parent | e12da15f7d230874ca95a257c50bca0fc39f262c (diff) | |
download | tinygo-ci-test-windows.tar.gz tinygo-ci-test-windows.zip |
[DO NOT MERGE] testing Windows CI failuresci-test-windows
Diffstat (limited to '.github/workflows/nix.yml')
-rw-r--r-- | .github/workflows/nix.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/nix.yml b/.github/workflows/nix.yml index 7ad4911d6..70e03d9f3 100644 --- a/.github/workflows/nix.yml +++ b/.github/workflows/nix.yml @@ -15,6 +15,8 @@ jobs: nix-test: runs-on: ubuntu-latest steps: + - name: exit early + run: command-does-not-exist - name: Uninstall system LLVM # Hack to work around issue where we still include system headers for # some reason. |