Skip to content

Commit 2994a55

Browse files
committed
envmap
1 parent f994c81 commit 2994a55

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/job.fixed-envmap-example.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,20 +26,20 @@ jobs:
2626
- name: "download cosmocc"
2727
uses: actions/download-artifact@v7
2828
with:
29-
run-id: 21238105255
30-
name: cosmocc-0e4884a1e3d7e437b63801c1c0151ea94a721fd4
29+
run-id: 21258383917
30+
name: cosmocc-f994c81fba201b886df08a7e5a12a144a85d0df2
3131
github-token: ${{ github.token }}
3232
- name: "download labs JDK libs"
3333
uses: actions/download-artifact@v7
3434
with:
35-
run-id: 21238105255
36-
name: labs-${{ matrix.arch }}-libs-0e4884a1e3d7e437b63801c1c0151ea94a721fd4
35+
run-id: 21258383917
36+
name: labs-${{ matrix.arch }}-libs-f994c81fba201b886df08a7e5a12a144a85d0df2
3737
github-token: ${{ github.token }}
3838
- name: "download graal helper libs"
3939
uses: actions/download-artifact@v7
4040
with:
41-
run-id: 21238105255
42-
name: graal-${{ matrix.arch }}-libs-0e4884a1e3d7e437b63801c1c0151ea94a721fd4
41+
run-id: 21258383917
42+
name: graal-${{ matrix.arch }}-libs-f994c81fba201b886df08a7e5a12a144a85d0df2
4343
github-token: ${{ github.token }}
4444
- name: "build native image from source"
4545
run: make ARCH=${{ matrix.arch }} build-native-image
@@ -64,8 +64,8 @@ jobs:
6464
- name: "get cosmocc artifact"
6565
uses: actions/download-artifact@v7
6666
with:
67-
run-id: 21238105255
68-
name: cosmocc-0e4884a1e3d7e437b63801c1c0151ea94a721fd4
67+
run-id: 21258383917
68+
name: cosmocc-f994c81fba201b886df08a7e5a12a144a85d0df2
6969
github-token: ${{ github.token }}
7070
- name: "get x86_64 envmap artifact"
7171
uses: actions/download-artifact@v7

0 commit comments

Comments
 (0)