@@ -42,10 +42,10 @@ jobs:
42
42
key : ${{ runner.os }}-sccache-v10-${{ steps.cache_timestamp.outputs.timestamp }}
43
43
restore-keys : |
44
44
${{ runner.os }}-sccache-v10-
45
- - name : Build Linux installable archive
45
+ - name : Build Ubuntu 18.04 installable archive
46
46
run : |
47
47
./utils/webassembly/ci.sh
48
- - name : Upload Linux installable archive
48
+ - name : Upload Ubuntu 18.04 installable archive
49
49
uses : actions/upload-artifact@v1
50
50
with :
51
51
name : ubuntu_18.04-installable
88
88
key : ${{ runner.os }}-sccache-v10-${{ steps.cache_timestamp.outputs.timestamp }}
89
89
restore-keys : |
90
90
${{ runner.os }}-sccache-v10-
91
- - name : Build Linux installable archive
91
+ - name : Build Ubuntu 20.04 installable archive
92
92
run : |
93
93
./utils/webassembly/ci.sh
94
94
# - name: Upload Linux installable archive
@@ -177,11 +177,11 @@ jobs:
177
177
path : hello.wasm
178
178
179
179
ubuntu_1804_smoke_test :
180
- name : Run smoke tests on Linux
180
+ name : Run smoke tests on Ubuntu 18.04
181
181
runs-on : ubuntu-18.04
182
182
needs : ubuntu_1804_build
183
183
steps :
184
- - name : Download installable Linux archive
184
+ - name : Download installable Ubuntu 18.04 archive
185
185
uses : actions/download-artifact@v1
186
186
with :
187
187
name : ubuntu_18.04-installable
@@ -206,7 +206,7 @@ jobs:
206
206
cd test
207
207
$TOOLCHAIN_PATH/usr/bin/swift package init
208
208
$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
210
210
uses : actions/upload-artifact@v1
211
211
with :
212
212
name : linux-hello.wasm
0 commit comments