File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -108,12 +108,6 @@ jobs:
108108 # which is required by our malloc implementation.
109109 if : matrix.os == 'ubuntu-latest' && matrix.clang_version != '10.0.0'
110110
111- - uses : actions/upload-artifact@v1
112- with :
113- # Upload the sysroot folder. Give it a name according to the OS it was built for.
114- name : ${{ format( 'sysroot-{0}.tgz', matrix.os) }}
115- path : sysroot
116-
117111 - name : Build libc + threads
118112 # Only build the thread-capable wasi-libc in the latest supported Clang
119113 # version; the earliest version does not have all necessary builtins
@@ -122,6 +116,12 @@ jobs:
122116 shell : bash
123117 run : make -j4 THREAD_MODEL=posix
124118
119+ - uses : actions/upload-artifact@v1
120+ with :
121+ # Upload the sysroot folder. Give it a name according to the OS it was built for.
122+ name : ${{ format( 'sysroot-{0}.tgz', matrix.os) }}
123+ path : sysroot
124+
125125 # Disable the headerstest job for now, while WASI transitions from the
126126 # witx snapshots to wit proposals, and we have a few manual edits to the
127127 # generated header to make life easier for folks.
You can’t perform that action at this time.
0 commit comments