diff options
| author | Chris Boesch <[email protected]> | 2023-04-28 16:20:54 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-04-28 16:20:54 +0000 |
| commit | ac25e91f81de0cd6cbfafbb6cd69d843a1e6692e (patch) | |
| tree | 0730d59149af9f219c0470248e74db0d98e0dfc6 /.github/workflows | |
| parent | 7ae8c2a827ab237bb860d44627c1cc6f14c36213 (diff) | |
| parent | 3dacb0445223efeda5d41a291523149e0e82e37b (diff) | |
| download | ziglings-ac25e91f81de0cd6cbfafbb6cd69d843a1e6692e.tar.xz ziglings-ac25e91f81de0cd6cbfafbb6cd69d843a1e6692e.zip | |
Merge pull request #268 from chrboesch/main
Switched back to bash on Windows
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ci.yml | 1 | ||||
| -rw-r--r-- | .github/workflows/eowyn.yml | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 88a7534..1633159 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -62,4 +62,3 @@ jobs: - name: Run unit tests run: zig build test - shell: pwsh diff --git a/.github/workflows/eowyn.yml b/.github/workflows/eowyn.yml index 244deef..8128832 100644 --- a/.github/workflows/eowyn.yml +++ b/.github/workflows/eowyn.yml @@ -45,4 +45,3 @@ jobs: - name: Run Eowyn run: patches/eowyn.sh - shell: pwsh |
