Skip to content

Commit 6af817c

Browse files
committed
github actions round two
1 parent 50dae41 commit 6af817c

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/actions.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ jobs:
1616
- uses: extractions/setup-just@v1
1717
- name: install wasm-pack
1818
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
19+
# clang is needed to compile sqlite
20+
- name: Install LLVM and Clang
21+
uses: KyleMayes/install-llvm-action@v1.9.0
22+
with:
23+
version: 11
1924
# node setup
2025
- uses: actions/setup-node@v3
2126
with:

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# SQLSync
22

3+
[![github actions](https://github.com/orbitinghail/sqlsync/actions/workflows/actions.yml/badge.svg)](https://github.com/orbitinghail/sqlsync/actions)
34
[![Join the SQLSync Community](https://discordapp.com/api/guilds/1149205110262595634/widget.png?style=shield)][discord]
45

56
**SQLSync is a collaborative offline-first wrapper around SQLite** designed to synchronize web

0 commit comments

Comments
 (0)