File tree 3 files changed +18
-9
lines changed
3 files changed +18
-9
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,11 @@ updates:
4
4
directory : " /"
5
5
schedule :
6
6
interval : " weekly"
7
+
8
+ - package-ecosystem : " github-actions"
9
+ directory : " /.github/actions/setup"
10
+ schedule :
11
+ interval : " weekly"
7
12
8
13
- package-ecosystem : " swift"
9
14
directory : " /"
Original file line number Diff line number Diff line change 39
39
git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
40
40
make install
41
41
git push
42
- # gh pr review --approve "$PR_URL"
43
- # gh pr merge --auto --merge "$PR_URL"
42
+ gh pr merge --auto --merge "$PR_URL"
43
+ gh pr review --approve "$PR_URL"
44
44
Original file line number Diff line number Diff line change @@ -17,14 +17,18 @@ runs:
17
17
- uses : irgaly/setup-mint@v1
18
18
-
uses :
dcarbone/[email protected]
19
19
20
- # - name: "Xcode Cache"
20
+ - name : " Xcode Cache"
21
+ if : contains(inputs.os, 'macos')
22
+ uses : irgaly/xcode-cache@v1
23
+ with :
24
+ key : xcode-cache-deriveddata-${{ github.workflow }}-${{ github.sha }}
25
+ restore-keys : xcode-cache-deriveddata-${{ github.workflow }}-
26
+
27
+ # - name: "Set IgnoreFileSystemDeviceInodeChanges flag"
21
28
# if: contains(inputs.os, 'macos')
22
- # uses: irgaly/xcode-cache@v1
23
- # with:
24
- # key: xcode-cache-deriveddata-${{ github.workflow }}-${{ github.sha }}
25
- # restore-keys: |
26
- # xcode-cache-deriveddata-${{ github.workflow }}-
27
-
29
+ # shell: bash
30
+ # run: defaults write com.apple.dt.XCBuild IgnoreFileSystemDeviceInodeChanges -bool YES
31
+
28
32
- name : " Swift Package Manager Cache"
29
33
uses : actions/cache@v3
30
34
with :
You can’t perform that action at this time.
0 commit comments