Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
xlc committed Jul 3, 2024
1 parent 4436b3d commit 3c369ee
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ jobs:
with:
swift-version: '6.0'
development: true
- name: Get swift version
run: swift --version
- name: Build
run: make build
- name: Test
Expand Down
2 changes: 1 addition & 1 deletion JAMTests/Sources/JAMTests/TestLoader.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Foundation

// somehow without this the GH Actions CI fails
// extension Foundation.Bundle: @unchecked @retroactive Sendable {}
extension Foundation.Bundle: @unchecked @retroactive Sendable {}

enum TestLoader {
static func getTestFiles(path: String, extension ext: String) throws -> [String] {
Expand Down

0 comments on commit 3c369ee

Please sign in to comment.