File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -50,13 +50,13 @@ jobs:
50
50
run : |
51
51
sudo apt install -q ninja-build patchelf
52
52
# build all architectures
53
- ./build
53
+ # ./build
54
54
55
55
# just build x86_64 for testing
56
56
#TARGET_ARCHS=x86_64 ./build
57
57
58
58
# build arch specified by the matrix
59
- # TARGET_ARCHS=${{ matrix.arch }} ./build
59
+ TARGET_ARCHS=${{ matrix.arch }} ./build
60
60
- name : Get artifact info
61
61
id : paths
62
62
run : |
70
70
compression-level : 0
71
71
name : ${{ steps.paths.outputs.artifact-name }}
72
72
path : ${{ steps.paths.outputs.artifact-path }}
73
+ - name : Cleanup
74
+ run : |
75
+ # need to free up some space or else when installing we get: No space left on device
76
+ rm -rf ${{ runner.temp }}/swift-android-sdk/{build,src}
73
77
- name : Install SDK
74
78
run : |
75
79
${{ steps.paths.outputs.swift-path }} sdk install ${{ steps.paths.outputs.artifact-path }}
You can’t perform that action at this time.
0 commit comments