Skip to content

Commit

Permalink
Update compile.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Mqxx committed Apr 5, 2024
1 parent a3e9817 commit f164508
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ permissions:
checks: write

jobs:
x86_64-unknown-linux-gnu:
compile:
name: 'Compile Binaries for x86 64 Unknown Linux GNU'
runs-on: ubuntu-latest
env:
Expand All @@ -26,5 +26,5 @@ jobs:
with:
deno-version: ${{env.deno-version}}

- name: Run Linter
run: deno compile --unstable --target="x86_64-unknown-linux-gnu"
- name: Compile Binaries
run: deno task compile:all

0 comments on commit f164508

Please sign in to comment.