aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJakob Borg <jakob@kastelo.net>2023-08-09 11:02:43 +0200
committerJakob Borg <jakob@kastelo.net>2023-08-09 11:02:43 +0200
commit8dfec6983b37b5cba48636ea548de752245c7f46 (patch)
treebd122dd1f8785ccb0b9c1cad546fc6049b4581bd /.github
parent9ebf2dae7bbb25bfc797c818430749ad17e01024 (diff)
downloadsyncthing-8dfec6983b37b5cba48636ea548de752245c7f46.tar.gz
syncthing-8dfec6983b37b5cba48636ea548de752245c7f46.zip
build: WASM is not a thing we need to try to compile for
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build-syncthing.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/build-syncthing.yaml b/.github/workflows/build-syncthing.yaml
index 0a52d133a..0659d5cc3 100644
--- a/.github/workflows/build-syncthing.yaml
+++ b/.github/workflows/build-syncthing.yaml
@@ -390,6 +390,7 @@ jobs:
| grep -v nacl/ \
| grep -v plan9/ \
| grep -v windows/ \
+ | grep -v /wasm \
)
for plat in $platforms; do