Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ywelsch committed Feb 8, 2024
1 parent 2546408 commit 2c6f3aa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/Wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
wasm:
name: Wasm Release
runs-on: ubuntu-latest
container: ${{ matrix.container }}
container: 'ubuntu:18.04'
strategy:
matrix:
# Add commits/tags to build against other DuckDB versions
Expand Down Expand Up @@ -42,6 +42,8 @@ jobs:
with:
version: 'latest'

- uses: ./duckdb/.github/actions/ubuntu_18_setup

- uses: actions/checkout@v3
with:
fetch-depth: 0
Expand Down

0 comments on commit 2c6f3aa

Please sign in to comment.