We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b23aed0 commit cbd56d3Copy full SHA for cbd56d3
.github/workflows/ci.yaml
@@ -1119,6 +1119,8 @@ jobs:
1119
1120
- name: Setup Go
1121
uses: ./.github/actions/setup-go
1122
+ with:
1123
+ use-cache: false
1124
1125
- name: Install rcodesign
1126
run: |
.github/workflows/release.yaml
@@ -163,6 +163,8 @@ jobs:
163
164
165
166
167
168
169
- name: Setup Node
170
uses: ./.github/actions/setup-node
0 commit comments