We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95fec77 commit 1636e0eCopy full SHA for 1636e0e
.github/workflows/ci.yml
@@ -93,7 +93,8 @@ jobs:
93
if: matrix.benchmark == false
94
uses: actions/setup-go@v4
95
with:
96
- stable: true
+ go-version: stable
97
+ cache: true
98
- name: Install GCC
99
if: runner.os == 'Linux' && matrix.compiler != 'clang'
100
run: |
@@ -237,7 +238,7 @@ jobs:
237
238
239
- name: Install Java
240
- uses: actions/setup-java@v2
241
+ uses: actions/setup-java@v3
242
243
java-version: 17
244
distribution: 'temurin'
@@ -250,7 +251,8 @@ jobs:
250
251
252
253
254
255
256
- name: Run pip and prepare coverage
257
258
0 commit comments