Skip to content

Commit

Permalink
🙄
Browse files Browse the repository at this point in the history
  • Loading branch information
Bailey Hayes committed Jul 27, 2022
1 parent f015b32 commit 0d3c840
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: actions/setup-python@v4
with:
python-version: '3.x'
- run: pip install mypy wasmtime

- uses: actions/checkout@v3
with:
repository: singlestore-labs/writ
Expand Down Expand Up @@ -57,11 +62,6 @@ jobs:
curl https://github.com/WebAssembly/wasi-sdk/releases/download/wasi-sdk-16/wasi-sdk-16.0-linux.tar.gz -L | tar xzvf - -C $GITHUB_WORKSPACE/
echo "$GITHUB_WORKSPACE/wasi-sdk-16.0/bin" >> $GITHUB_PATH
- uses: actions/setup-python@v4
with:
python-version: '3.x'
- run: pip install mypy wasmtime

- name: Test cpp build
run: make cpp-debug cpp-release
working-directory: ./examples
Expand Down

0 comments on commit 0d3c840

Please sign in to comment.