File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 5858 ${{ runner.os }}-swiftpm-
5959 - name : Gradle build
6060 run : ./gradlew build --info --no-daemon
61+ - name : List files for debugging
62+ run : ls -R .
6163
6264 test-swift :
6365 name : Swift tests (swift:${{ matrix.swift_version }} jdk:${{matrix.jdk_vendor}} os:${{ matrix.os_version }})
8486 uses : actions/cache@v4
8587 continue-on-error : true
8688 with :
87- path : ~/.gradle /cache
89+ path : ~/.swiftpm /cache
8890 key : ${{ runner.os }}-swiftpm-cache-${{ hashFiles('Package.swift') }}
8991 restore-keys : |
9092 ${{ runner.os }}-swiftpm-cache
Original file line number Diff line number Diff line change @@ -24,12 +24,7 @@ if [[ "$(grep "22.04" /etc/lsb-release)" = "" ]]; then
2424fi
2525
2626UNTESTED_TOOLCHAIN_URL=$( curl -s $SWIFT_UNTESTED_TOOLCHAIN_JOB_URL | grep ' Toolchain: ' | sed ' s/Toolchain: //g' )
27- UNTESTED_TOOLCHAIN_FILENAME=$( echo " $UNTESTED_TOOLCHAIN_URL " | awk '
28- function basename(file) {
29- sub(".*/", "", file)
30- return file
31- }
32- {print FILENAME, basename(FILENAME)}' )
27+ UNTESTED_TOOLCHAIN_FILENAME=$" toolchain.tar.gz"
3328
3429echo " Download toolchain: $UNTESTED_TOOLCHAIN_URL "
3530
You can’t perform that action at this time.
0 commit comments