diff options
| author | Chris Boesch <[email protected]> | 2023-04-28 15:40:46 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-04-28 15:40:46 +0000 |
| commit | 6920dbebcdb2b349e045eab84f8e71abea6101fa (patch) | |
| tree | 65c085f4016f2d60fb90c0fb254bbb82ea0384b3 /.github | |
| parent | 7ae8c2a827ab237bb860d44627c1cc6f14c36213 (diff) | |
| download | ziglings-6920dbebcdb2b349e045eab84f8e71abea6101fa.tar.xz ziglings-6920dbebcdb2b349e045eab84f8e71abea6101fa.zip | |
switched back to bash on windows
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 1 |
1 files changed, 0 insertions, 1 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 |
