Skip to content

Commit

Permalink
github actions round two
Browse files Browse the repository at this point in the history
  • Loading branch information
carlsverre committed Oct 24, 2023
1 parent 50dae41 commit 6af817c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ jobs:
- uses: extractions/setup-just@v1
- name: install wasm-pack
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
# clang is needed to compile sqlite
- name: Install LLVM and Clang
uses: KyleMayes/install-llvm-action@v1.9.0
with:
version: 11
# node setup
- uses: actions/setup-node@v3
with:
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# SQLSync

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

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

0 comments on commit 6af817c

Please sign in to comment.