Commit 66ce75e 1 parent 7bb31cc commit 66ce75e Copy full SHA for 66ce75e
File tree 2 files changed +9
-9
lines changed
2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -5,13 +5,13 @@ name: wa-sqlite CI
5
5
6
6
on :
7
7
push :
8
- branches : [' master' ]
8
+ branches : [" master" ]
9
9
pull_request :
10
- branches : [' master' ]
10
+ branches : [" master" ]
11
11
12
12
env :
13
13
EM_VERSION : 3.1.45
14
- EM_CACHE_FOLDER : ' emsdk-cache'
14
+ EM_CACHE_FOLDER : " emsdk-cache"
15
15
16
16
jobs :
17
17
build :
@@ -24,12 +24,12 @@ jobs:
24
24
steps :
25
25
- uses : actions/checkout@v4
26
26
with :
27
- submodules : ' recursive'
27
+ submodules : " recursive"
28
28
- name : Use Node.js ${{ matrix.node-version }}
29
29
uses : actions/setup-node@v3
30
30
with :
31
31
node-version : ${{ matrix.node-version }}
32
- cache : ' npm'
32
+ cache : " npm"
33
33
34
34
# Install yarn dependencies.
35
35
- name : Get yarn cache directory path
45
45
- run : yarn install
46
46
- name : Rust Setup
47
47
run : |
48
- rustup toolchain install nightly-2023-08-28 -x86_64-unknown-linux-gnu
49
- rustup component add rust-src --toolchain nightly-2023-08-28 -x86_64-unknown-linux-gnu
48
+ rustup toolchain install nightly-2024-05-18 -x86_64-unknown-linux-gnu
49
+ rustup component add rust-src --toolchain nightly-2024-05-18 -x86_64-unknown-linux-gnu
50
50
51
51
- name : Test with checked-in WASM files
52
52
run : yarn test --reporters progress
Original file line number Diff line number Diff line change 1
1
curl --proto ' =https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y && \
2
2
. $HOME /.cargo/env && \
3
- rustup toolchain install nightly-2023-08-28 -aarch64-unknown-linux-gnu && \
4
- rustup component add rust-src --toolchain nightly-2023-08-28 -aarch64-unknown-linux-gnu
3
+ rustup toolchain install nightly-2024-05-18 -aarch64-unknown-linux-gnu && \
4
+ rustup component add rust-src --toolchain nightly-2024-05-18 -aarch64-unknown-linux-gnu
5
5
6
6
sudo apt-get update -y
7
7
sudo apt-get install -y tclsh
You can’t perform that action at this time.
0 commit comments