Skip to content

Commit

Permalink
pin deno
Browse files Browse the repository at this point in the history
  • Loading branch information
amr-crabnebula committed Sep 21, 2023
1 parent 52cdf81 commit 5c72170
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
sudo apt-get install -y webkit2gtk-4.1 libayatana-appindicator3-dev
- uses: denoland/setup-deno@v1
with:
deno-version: v1.x
deno-version: v1.36 # lock this for now until `deno compile --output` is fixed
- uses: Swatinem/rust-cache@v2
- run: cargo install tauri-cli --version "2.0.0-alpha.10" --locked
- run: cargo install dioxus-cli --locked
Expand Down
2 changes: 1 addition & 1 deletion examples/deno/packager.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "../../crates/config/schema.json",
"outDir": "./dist",
"beforePackagingCommand": "deno compile deno-example.js --output dist/deno-example && echo $PWD && ls -lah && ls -lah dist",
"beforePackagingCommand": "deno compile deno-example.js --output dist/deno-example",
"productName": "Deno example",
"version": "0.0.0",
"identifier": "com.deno.example",
Expand Down

0 comments on commit 5c72170

Please sign in to comment.