File tree Expand file tree Collapse file tree 1 file changed +7
-10
lines changed Expand file tree Collapse file tree 1 file changed +7
-10
lines changed Original file line number Diff line number Diff line change @@ -80,17 +80,14 @@ jobs:
80
80
cd DemoProject
81
81
${{ steps.paths.outputs.swift-path }} --version
82
82
${{ steps.paths.outputs.swift-path }} package init
83
- #echo 'import Foundation' >> Sources/DemoProject/DemoProject.swift
84
- #echo 'import FoundationEssentials' >> Sources/DemoProject/DemoProject.swift
85
- #echo 'import FoundationXML' >> Sources/DemoProject/DemoProject.swift
86
- #echo 'import FoundationNetworking' >> Sources/DemoProject/DemoProject.swift
87
- #echo 'import Dispatch' >> Sources/DemoProject/DemoProject.swift
88
- #echo 'import Android' >> Sources/DemoProject/DemoProject.swift
89
- #${{ steps.paths.outputs.swift-path }} build --build-tests --swift-sdk x86_64-unknown-linux-android
90
- ${{ steps.paths.outputs.swift-path }} build --swift-sdk x86_64-unknown-linux-android
83
+ echo 'import Foundation' >> Sources/DemoProject/DemoProject.swift
84
+ echo 'import FoundationEssentials' >> Sources/DemoProject/DemoProject.swift
85
+ echo 'import FoundationXML' >> Sources/DemoProject/DemoProject.swift
86
+ echo 'import FoundationNetworking' >> Sources/DemoProject/DemoProject.swift
87
+ echo 'import Dispatch' >> Sources/DemoProject/DemoProject.swift
88
+ echo 'import Android' >> Sources/DemoProject/DemoProject.swift
89
+ ${{ steps.paths.outputs.swift-path }} build --build-tests --swift-sdk x86_64-unknown-linux-android
91
90
- name : Build swift-algorithms
92
- # TODO: fix <unknown>:0: error: missing required module 'SwiftAndroid'
93
- if : false
94
91
run : |
95
92
cd ${{ runner.temp }}
96
93
git clone https://github.com/apple/swift-algorithms.git
You can’t perform that action at this time.
0 commit comments