summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorGravatar Vincent Rischmann2020-12-22 15:32:23 +0100
committerGravatar Vincent Rischmann2020-12-22 15:32:23 +0100
commit5c0633f17320f9c4cb694f36239564b40412d6ea (patch)
tree290f64385523df030ac921c0089283fe89229a9d /.github/workflows
parentadd the github workflow (diff)
downloadzig-sqlite-5c0633f17320f9c4cb694f36239564b40412d6ea.tar.gz
zig-sqlite-5c0633f17320f9c4cb694f36239564b40412d6ea.tar.xz
zig-sqlite-5c0633f17320f9c4cb694f36239564b40412d6ea.zip
only Linux is supported
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 6232e50..0a6d92f 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -13,7 +13,7 @@ jobs:
13 build: 13 build:
14 strategy: 14 strategy:
15 matrix: 15 matrix:
16 os: [ubuntu-latest, macos-latest, windows-latest] 16 os: [ubuntu-latest]
17 runs-on: ${{ matrix.os }} 17 runs-on: ${{ matrix.os }}
18 steps: 18 steps:
19 - uses: actions/checkout@v2 19 - uses: actions/checkout@v2