Split api into api and api-build

This commit is contained in:
Exidex 2024-02-11 16:25:19 +01:00
parent 4967eaa51f
commit 5347d02bad
18 changed files with 120 additions and 335 deletions

View file

@ -12,6 +12,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- run: sudo apt-get update
- run: sudo apt-get install -y protobuf-compiler # deno_kv needs this
- uses: actions/checkout@v4