Skip to content

Commit 1411cfa

Browse files
committed
try to install redis
1 parent 0886cf6 commit 1411cfa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/pull_request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ jobs:
1616
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
1717
with:
1818
linux_pre_build_command: apt-get update -y && apt-get install redis -y
19-
swift_flags:
19+
linux_exclude_swift_versions: "[{\"swift_version\": \"5.8\"}]"
2020
linux_env_vars: REDIS_URL=redis
21-
enable_windows_checks: false
21+
enable_windows_checks: false

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ When editing a file, ensure that the copyright header states the year `2019-<cur
3737

3838
### Git Workflow
3939

40-
`master` is always the development branch.
40+
`main` is always the development branch.
4141

4242
For **minor** or **patch** SemVer changes, create a branch off of the tagged commit.
4343

0 commit comments

Comments
 (0)