We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7e9759 commit e4aa0e6Copy full SHA for e4aa0e6
.github/workflows/ci.yml
@@ -83,6 +83,13 @@ jobs:
83
steps:
84
- uses: actions/checkout@v5
85
86
+ - name: Cache Swift packages
87
+ uses: actions/cache@v4
88
+ with:
89
+ path: .build
90
+ key: ${{ runner.os }}-spm-${{ hashFiles('Package.resolved') }}
91
+ restore-keys: ${{ runner.os }}-spm-
92
+
93
- name: Build
94
run: swift build
95
@@ -96,6 +103,13 @@ jobs:
96
103
97
104
98
105
106
107
108
109
110
111
112
99
113
100
114
101
115
0 commit comments