Skip to content

Commit

Permalink
feat: hard-code deno version for stable cross compiling
Browse files Browse the repository at this point in the history
  • Loading branch information
DPS0340 committed Mar 24, 2022
1 parent c072fa9 commit 6effe63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/host-manager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
name: Setup Deno
uses: denoland/setup-deno@v1.1.0
with:
deno-version: vx.x.x
deno-version: "1.19.3"
-
name: Compile linux
run: deno compile --output host-manager-linux-x86_64 --target x86_64-unknown-linux-gnu --unstable --allow-read --allow-write --allow-net ./host-manager/index.ts
Expand Down

0 comments on commit 6effe63

Please sign in to comment.