@@ -42,10 +42,10 @@ jobs:
4242 key : ${{ runner.os }}-sccache-v10-${{ steps.cache_timestamp.outputs.timestamp }}
4343 restore-keys : |
4444 ${{ runner.os }}-sccache-v10-
45- - name : Build Linux installable archive
45+ - name : Build Ubuntu 18.04 installable archive
4646 run : |
4747 ./utils/webassembly/ci.sh
48- - name : Upload Linux installable archive
48+ - name : Upload Ubuntu 18.04 installable archive
4949 uses : actions/upload-artifact@v1
5050 with :
5151 name : ubuntu_18.04-installable
8888 key : ${{ runner.os }}-sccache-v10-${{ steps.cache_timestamp.outputs.timestamp }}
8989 restore-keys : |
9090 ${{ runner.os }}-sccache-v10-
91- - name : Build Linux installable archive
91+ - name : Build Ubuntu 20.04 installable archive
9292 run : |
9393 ./utils/webassembly/ci.sh
9494# - name: Upload Linux installable archive
@@ -177,11 +177,11 @@ jobs:
177177 path : hello.wasm
178178
179179 ubuntu_1804_smoke_test :
180- name : Run smoke tests on Linux
180+ name : Run smoke tests on Ubuntu 18.04
181181 runs-on : ubuntu-18.04
182182 needs : ubuntu_1804_build
183183 steps :
184- - name : Download installable Linux archive
184+ - name : Download installable Ubuntu 18.04 archive
185185 uses : actions/download-artifact@v1
186186 with :
187187 name : ubuntu_18.04-installable
@@ -206,7 +206,7 @@ jobs:
206206 cd test
207207 $TOOLCHAIN_PATH/usr/bin/swift package init
208208 $TOOLCHAIN_PATH/usr/bin/swift build --triple wasm32-unknown-wasi
209- - name : Upload hello.wasm compiled with Linux package
209+ - name : Upload hello.wasm compiled with Ubuntu 18.04 package
210210 uses : actions/upload-artifact@v1
211211 with :
212212 name : linux-hello.wasm
0 commit comments