We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
swiftwasm
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent dac9d7b commit 0064e5bCopy full SHA for 0064e5b
.github/workflows/test.yml
@@ -33,15 +33,9 @@ jobs:
33
uses: actions/checkout@master
34
with:
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
+ - uses: swiftwasm/setup-swiftwasm@v1
+ with:
+ swift-version: ${{ matrix.entry.toolchain }}
45
- run: make bootstrap
46
- run: make test
47
- run: make unittest
0 commit comments