summaryrefslogtreecommitdiff
path: root/.github/workflows/main.yml
diff options
context:
space:
mode:
authorGravatar Vincent Rischmann2021-01-24 15:22:50 +0100
committerGravatar Vincent Rischmann2021-06-06 13:34:21 +0200
commit924b135bd24f3e11f19108f2c6445877a4bc4b87 (patch)
treec135b5293d84f1d3fa2f50ebf00119308d2cce3d /.github/workflows/main.yml
parentci: run the actions every day (diff)
downloadzig-sqlite-924b135bd24f3e11f19108f2c6445877a4bc4b87.tar.gz
zig-sqlite-924b135bd24f3e11f19108f2c6445877a4bc4b87.tar.xz
zig-sqlite-924b135bd24f3e11f19108f2c6445877a4bc4b87.zip
ci: add steps for Windows
Diffstat (limited to '.github/workflows/main.yml')
-rw-r--r--.github/workflows/main.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 8e7f410..f2b5c2c 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -28,7 +28,7 @@ jobs:
28 test-in-memory: 28 test-in-memory:
29 strategy: 29 strategy:
30 matrix: 30 matrix:
31 os: [ubuntu-latest] 31 os: [ubuntu-latest, windows-latest]
32 runs-on: ${{ matrix.os }} 32 runs-on: ${{ matrix.os }}
33 steps: 33 steps:
34 - uses: actions/checkout@v2 34 - uses: actions/checkout@v2
@@ -44,7 +44,7 @@ jobs:
44 test-with-filesystem: 44 test-with-filesystem:
45 strategy: 45 strategy:
46 matrix: 46 matrix:
47 os: [ubuntu-latest] 47 os: [ubuntu-latest, windows-latest]
48 runs-on: ${{ matrix.os }} 48 runs-on: ${{ matrix.os }}
49 steps: 49 steps:
50 - uses: actions/checkout@v2 50 - uses: actions/checkout@v2