Skip to content

Commit

Permalink
fix(ci): fix ci failure
Browse files Browse the repository at this point in the history
  • Loading branch information
lie-yan committed Apr 3, 2024
1 parent 8a77ee6 commit e719177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/SwiftOpenTypeTests/MATH/MathTableTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -751,7 +751,7 @@ final class MathTableTests: XCTestCase {
let resourcePath = Bundle.module.resourcePath!
let path = resourcePath + "/" + path

let fileURL = URL(filePath: path)
let fileURL = URL(fileURLWithPath: path)
let fontDesc = CTFontManagerCreateFontDescriptorsFromURL(fileURL as CFURL) as! [CTFontDescriptor]
return CTFontCreateWithFontDescriptor(fontDesc[0], size, nil)
}
Expand Down

0 comments on commit e719177

Please sign in to comment.