File tree Expand file tree Collapse file tree 2 files changed +3
-10
lines changed Expand file tree Collapse file tree 2 files changed +3
-10
lines changed Original file line number Diff line number Diff line change 33
33
uses : actions/checkout@master
34
34
with :
35
35
fetch-depth : 1
36
- - name : Install swiftenv
37
- run : |
38
- git clone https://github.com/kylef/swiftenv.git ~/.swiftenv
39
- export SWIFTENV_ROOT="$HOME/.swiftenv"
40
- export PATH="$SWIFTENV_ROOT/bin:$PATH"
41
- eval "$(swiftenv init -)"
42
- echo $PATH >> $GITHUB_PATH
43
- env >> $GITHUB_ENV
44
- echo ${{ matrix.entry.toolchain }} > .swift-version
36
+ - uses : swiftwasm/setup-swiftwasm@v1
37
+ with :
38
+ swift-version : ${{ matrix.entry.toolchain }}
45
39
- run : make bootstrap
46
40
- run : make test
47
41
- run : make unittest
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ MAKEFILE_DIR := $(dir $(lastword $(MAKEFILE_LIST)))
2
2
3
3
.PHONY : bootstrap
4
4
bootstrap :
5
- ./scripts/install-toolchain.sh
6
5
npm ci
7
6
8
7
.PHONY : build
You can’t perform that action at this time.
0 commit comments