Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
phieri authored Oct 5, 2024
1 parent e3b86ce commit e39b057
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ jobs:
name: Build Wasm
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
with:
repository: OSGeo/PROJ
ref: 9.5.0
sparse-checkout: src/
- uses: actions/checkout@v4
- run: make sr9.wasm
- uses: actions/upload-artifact@v4
Expand All @@ -25,17 +30,10 @@ jobs:
path: sr9.wasm
build:
name: Build
needs: build-wasm
runs-on: ubuntu-24.04
needs: build-wasm
steps:
- uses: actions/checkout@v4
with:
repository: OSGeo/PROJ
ref: v5.9.0
sparse-checkout: src/
- uses: actions/checkout@v4
with:
sparse-checkout: src/sr9.c
- uses: actions/download-artifact@v4
with:
name: wasm
Expand Down

0 comments on commit e39b057

Please sign in to comment.