Skip to content

Commit 2cdfdfd

Browse files
committed
use newly built libs
1 parent 6d33251 commit 2cdfdfd

2 files changed

Lines changed: 16 additions & 16 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: 21282024265
30-
name: cosmocc-9334db3ef997cfa4e3a0fb7cb9a9b13aaf1c220a
29+
run-id: 21328957334
30+
name: cosmocc-6d33251cbbb6f895185199629052663d3b4535cb
3131
github-token: ${{ github.token }}
3232
- name: "download labs JDK libs"
3333
uses: actions/download-artifact@v7
3434
with:
35-
run-id: 21282024265
36-
name: labs-${{ matrix.arch }}-libs-9334db3ef997cfa4e3a0fb7cb9a9b13aaf1c220a
35+
run-id: 21328957334
36+
name: labs-${{ matrix.arch }}-libs-6d33251cbbb6f895185199629052663d3b4535cb
3737
github-token: ${{ github.token }}
3838
- name: "download graal helper libs"
3939
uses: actions/download-artifact@v7
4040
with:
41-
run-id: 21282024265
42-
name: graal-${{ matrix.arch }}-libs-9334db3ef997cfa4e3a0fb7cb9a9b13aaf1c220a
41+
run-id: 21328957334
42+
name: graal-${{ matrix.arch }}-libs-6d33251cbbb6f895185199629052663d3b4535cb
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: 21282024265
68-
name: cosmocc-9334db3ef997cfa4e3a0fb7cb9a9b13aaf1c220a
67+
run-id: 21328957334
68+
name: cosmocc-6d33251cbbb6f895185199629052663d3b4535cb
6969
github-token: ${{ github.token }}
7070
- name: "get x86_64 envmap artifact"
7171
uses: actions/download-artifact@v7

.github/workflows/job.fixed-gjf.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: 21282024265
30-
name: cosmocc-9334db3ef997cfa4e3a0fb7cb9a9b13aaf1c220a
29+
run-id: 21328957334
30+
name: cosmocc-6d33251cbbb6f895185199629052663d3b4535cb
3131
github-token: ${{ github.token }}
3232
- name: "download labs JDK libs"
3333
uses: actions/download-artifact@v7
3434
with:
35-
run-id: 21282024265
36-
name: labs-${{ matrix.arch }}-libs-9334db3ef997cfa4e3a0fb7cb9a9b13aaf1c220a
35+
run-id: 21328957334
36+
name: labs-${{ matrix.arch }}-libs-6d33251cbbb6f895185199629052663d3b4535cb
3737
github-token: ${{ github.token }}
3838
- name: "download graal helper libs"
3939
uses: actions/download-artifact@v7
4040
with:
41-
run-id: 21282024265
42-
name: graal-${{ matrix.arch }}-libs-9334db3ef997cfa4e3a0fb7cb9a9b13aaf1c220a
41+
run-id: 21328957334
42+
name: graal-${{ matrix.arch }}-libs-6d33251cbbb6f895185199629052663d3b4535cb
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: 21282024265
68-
name: cosmocc-9334db3ef997cfa4e3a0fb7cb9a9b13aaf1c220a
67+
run-id: 21328957334
68+
name: cosmocc-6d33251cbbb6f895185199629052663d3b4535cb
6969
github-token: ${{ github.token }}
7070
- name: "get x86_64 google-java-format artifact"
7171
uses: actions/download-artifact@v7

0 commit comments

Comments
 (0)