File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -30,14 +30,16 @@ jobs:
3030 steps :
3131 - name : Checkout repository
3232 uses : actions/checkout@v4
33+ - name : Prepare image
34+ run : ./scripts/prep-gh-action.sh
3335 - name : Install swiftly
3436 run : curl -O https://download.swift.org/swiftly/linux/swiftly-0.4.0-dev-$(uname -m).tar.gz && tar zxf swiftly-*.tar.gz && ./swiftly init --skip-install
3537 - name : Install selected swift toolchain
3638 run : /root/.local/share/swiftly/bin/swiftly install --post-install=post-install.sh
3739 - name : Perform swift toolchain post-installation
3840 run : ./post-install.sh
3941 - name : Build and Test
40- run : ./scripts/prep-gh-action.sh && ./scripts/ install-libarchive.sh && /root/local/.share/swiftly/bin/swift test
42+ run : ./scripts/install-libarchive.sh && /root/local/.share/swiftly/bin/swift test
4143
4244 tests :
4345 name : Test
You can’t perform that action at this time.
0 commit comments