Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit ca28a52

Browse files
committed
fixup! chore: use Deno from all ci scripts
1 parent 1f92821 commit ca28a52

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
fmt:
66
runs-on: ubuntu-latest
77
steps:
8-
- run: apt-get update && apt-get install deno
8+
- run: sudo apt-get update && sudo apt-get install deno
99
- uses: actions/checkout@v1
1010
- uses: actions/cache@v1
1111
with:
@@ -20,7 +20,7 @@ jobs:
2020
lint:
2121
runs-on: ubuntu-latest
2222
steps:
23-
- run: apt-get update && apt-get install deno
23+
- run: sudo apt-get update && sudo apt-get install deno
2424
- uses: actions/checkout@v2
2525
- name: golangci-lint
2626
uses: golangci/golangci-lint-action@v2
@@ -30,7 +30,7 @@ jobs:
3030
test:
3131
runs-on: ubuntu-latest
3232
steps:
33-
- run: apt-get update && apt-get install deno
33+
- run: sudo apt-get update && sudo apt-get install deno
3434
- uses: actions/checkout@v1
3535
- uses: actions/cache@v1
3636
with:
@@ -45,7 +45,7 @@ jobs:
4545
gendocs:
4646
runs-on: ubuntu-latest
4747
steps:
48-
- run: apt-get update && apt-get install deno
48+
- run: sudo apt-get update && sudo apt-get install deno
4949
- uses: actions/checkout@v1
5050
- uses: actions/cache@v1
5151
with:

0 commit comments

Comments
 (0)