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 0c4a946 commit ceb3430Copy full SHA for ceb3430
.github/workflows/ci.yml
@@ -81,6 +81,13 @@ jobs:
81
steps:
82
- uses: actions/checkout@v5
83
84
+ - name: Cache Swift packages
85
+ uses: actions/cache@v4
86
+ with:
87
+ path: .build
88
+ key: ${{ runner.os }}-spm-${{ hashFiles('Package.resolved') }}
89
+ restore-keys: ${{ runner.os }}-spm-
90
+
91
- name: Build
92
run: swift build
93
@@ -94,6 +101,13 @@ jobs:
94
101
95
102
96
103
104
105
106
107
108
109
110
97
111
98
112
99
113
0 commit comments