Skip to content

Commit 490fe38

Browse files
committed
Fix lint checks
1 parent 9872dbc commit 490fe38

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
name: Test
2222
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
2323
with:
24-
#linux_os_versions: "[\"jammy\", \"noble\", \"focal\", \"amazonlinux2\", \"rhel-ubi9\", \"bookworm\", \"fedora39\"]"
24+
# linux_os_versions: "[\"jammy\", \"noble\", \"focal\", \"amazonlinux2\", \"rhel-ubi9\", \"bookworm\", \"fedora39\"]"
2525
# Not working: noble (compile error in TSC Filesystem), bookworm (missing memory.h), fedora39 (missing memory.h)
2626
linux_os_versions: "[\"jammy\", \"focal\", \"amazonlinux2\", \"rhel-ubi9\"]"
2727
# We only care about the current stable release, because that's where we make our swiftly releases

NOTICE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,6 @@ following third party libraries:
5656
* libarchive - Copyright (c) 2003-2018 Tim Kientzle. All rights reserved.
5757

5858
* LICENSE ("New BSD license"):
59-
* https://raw.githubusercontent.com/libarchive/libarchive/master/COPYING
59+
* https://raw.githubusercontent.com/libarchive/libarchive/release/COPYING
6060
* HOMEPAGE:
6161
* http://www.libarchive.org/

0 commit comments

Comments
 (0)