Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Erisfiregamer1 committed Nov 5, 2023
2 parents e5abef5 + 4d26806 commit f758478
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
deno-version: vx.x.x

- name: Compile LLM Bot (Windows)
run: deno compile --no-check --allow-all --target x86_64-pc-windows-msvc --output compiled/llm-bot.exe main.ts
run: deno compile --no-check --allow-all --unstable --target x86_64-pc-windows-msvc --output compiled/llm-bot.exe main.ts

- name: Compile LLM Bot (Linux, x86)
run: deno compile --no-check --allow-all --target x86_64-unknown-linux-gnu --output compiled/llm-bot.x86_64 main.ts
run: deno compile --no-check --allow-all --unstable --target x86_64-unknown-linux-gnu --output compiled/llm-bot.x86_64 main.ts

- name: Upload LLM Bot Artifact (Windows)
uses: actions/[email protected]
Expand Down

0 comments on commit f758478

Please sign in to comment.