Skip to content

Commit 326c16c

Browse files
committed
fix: steps for docci
1 parent df838d2 commit 326c16c

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/docci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,16 @@ env:
1818
jobs:
1919
run:
2020
runs-on: ubuntu-latest
21-
steps:
22-
- id: go-cache-paths
23-
run: |
24-
echo "::set-output name=go-build::$(go env GOCACHE)"
25-
echo "::set-output name=go-mod::$(go env GOMODCACHE)"
2621
env:
2722
DEBUGGING: true
2823
RUST_BACKTRACE: 1
2924

3025
steps:
26+
- id: go-cache-paths
27+
run: |
28+
echo "::set-output name=go-build::$(go env GOCACHE)"
29+
echo "::set-output name=go-mod::$(go env GOMODCACHE)"
30+
3131
- name: Checkout repository
3232
uses: actions/checkout@v4
3333

0 commit comments

Comments
 (0)