Skip to content

Commit 1a139c3

Browse files
auto commit
1 parent a089518 commit 1a139c3

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/ci_test_go.yml

+13
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ jobs:
3535
id-token: write
3636
contents: read
3737
steps:
38+
- name: Support longpaths
39+
run: |
40+
git config --global core.longpaths true
41+
3842
- name: Configure AWS Credentials
3943
uses: aws-actions/configure-aws-credentials@v4
4044
with:
@@ -51,6 +55,15 @@ jobs:
5155
with:
5256
dafny-version: ${{ inputs.dafny }}
5357

58+
- name: Create temporary global.json
59+
run: echo '{"sdk":{"rollForward":"latestFeature","version":"6.0.0"}}' > ./global.json
60+
61+
- name: Setup Java 17 for codegen
62+
uses: actions/setup-java@v3
63+
with:
64+
distribution: "corretto"
65+
java-version: "17"
66+
5467
- name: Update MPL submodule if using MPL HEAD
5568
if: ${{ inputs.mpl-head == true }}
5669
working-directory: submodules/MaterialProviders

0 commit comments

Comments
 (0)