summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Vincent Rischmann2021-07-18 14:03:41 +0200
committerGravatar Vincent Rischmann2021-07-18 14:03:41 +0200
commit2215115436223131e16e86871b79859eb446767f (patch)
tree4f492e4cc41110c9b6ed7d21a707aaeddd4bc843
parentgitattributes: normalize line endings (diff)
downloadzig-sqlite-2215115436223131e16e86871b79859eb446767f.tar.gz
zig-sqlite-2215115436223131e16e86871b79859eb446767f.tar.xz
zig-sqlite-2215115436223131e16e86871b79859eb446767f.zip
Revert "ci: use vrischmann/checkout@disable-autocrlf"
This reverts commit 31caa367f3ea19a3a0a7d8c0a710089b14416d94.
-rw-r--r--.github/workflows/main.yml8
1 files changed, 2 insertions, 6 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 3db201d..f2b5c2c 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -31,11 +31,9 @@ jobs:
31 os: [ubuntu-latest, windows-latest] 31 os: [ubuntu-latest, windows-latest]
32 runs-on: ${{ matrix.os }} 32 runs-on: ${{ matrix.os }}
33 steps: 33 steps:
34 - uses: vrischmann/checkout@disable-autocrlf 34 - uses: actions/checkout@v2
35 with: 35 with:
36 autocrlf: false
37 submodules: true 36 submodules: true
38
39 - uses: goto-bus-stop/setup-zig@v1 37 - uses: goto-bus-stop/setup-zig@v1
40 with: 38 with:
41 version: master 39 version: master
@@ -49,11 +47,9 @@ jobs:
49 os: [ubuntu-latest, windows-latest] 47 os: [ubuntu-latest, windows-latest]
50 runs-on: ${{ matrix.os }} 48 runs-on: ${{ matrix.os }}
51 steps: 49 steps:
52 - uses: vrischmann/checkout@disable-autocrlf 50 - uses: actions/checkout@v2
53 with: 51 with:
54 autocrlf: false
55 submodules: true 52 submodules: true
56
57 - uses: goto-bus-stop/setup-zig@v1 53 - uses: goto-bus-stop/setup-zig@v1
58 with: 54 with:
59 version: master 55 version: master