Skip to content

Commit

Permalink
ci: setup deno
Browse files Browse the repository at this point in the history
  • Loading branch information
vixalien committed Jun 10, 2024
1 parent dec6c3c commit 8cfecc8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: denoland/setup-deno@v1
with:
deno-version: v1.x
- name: Install Meson
run: |
sudo apt-get update
Expand Down

0 comments on commit 8cfecc8

Please sign in to comment.