Skip to content

Commit

Permalink
Dev
Browse files Browse the repository at this point in the history
  • Loading branch information
phieri committed Oct 8, 2024
1 parent 0600c4f commit f352ebf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:
with:
repository: OSGeo/PROJ
ref: 9.5.0
sparse-checkout: src/
- uses: actions/checkout@v4
with:
sparse-checkout: src/
sparse-checkout: src/sr9.ts
path: /
- run: make sr9.wasm
- uses: actions/upload-artifact@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion src/script.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ btn!.addEventListener("click", async () => {
try {
await navigator.share(shareData);
} catch (err) {
window.alert("Kunde inte dela.");
console.log("Kunde inte dela.");
}
});
2 changes: 1 addition & 1 deletion src/sr9.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include "src/proj.h"
#include "proj.h"
#include <stdio.h>

int main(void) {
Expand Down

0 comments on commit f352ebf

Please sign in to comment.