File tree Expand file tree Collapse file tree 1 file changed +14
-13
lines changed
Expand file tree Collapse file tree 1 file changed +14
-13
lines changed Original file line number Diff line number Diff line change @@ -54,19 +54,20 @@ jobs:
5454 echo "#define ALPHA_COMMIT_HASH \"$(git show-ref --hash --abbrev refs/heads/develop)\"" > Monal/Classes/commitHash.h
5555 - name : Make our build scripts executable
5656 run : chmod +x ./scripts/build.sh
57- - name : Cache Rust build artifacts
58- uses : actions/cache@v4
59- with :
60- key : rust-cache-target-${{ github.workflow }}-${{ github.sha }}
61- restore-keys : rust-cache-target-${{ github.workflow }}-
62- path : |
63- ./rust/target
64- - name : Cache XCode derived data
65- uses : irgaly/xcode-cache@v1
66- with :
67- delete-used-deriveddata-cache : true
68- key : xcode-cache-deriveddata-${{ github.workflow }}-${{ github.sha }}
69- restore-keys : xcode-cache-deriveddata-${{ github.workflow }}-
57+ # use https://gha-cache-server.falcondev.io/getting-started to cache locally
58+ # - name: Cache Rust build artifacts
59+ # uses: actions/cache@v4
60+ # with:
61+ # key: rust-cache-target-${{ github.workflow }}-${{ github.sha }}
62+ # restore-keys: rust-cache-target-${{ github.workflow }}-
63+ # path: |
64+ # ./rust/target
65+ # - name: Cache XCode derived data
66+ # uses: irgaly/xcode-cache@v1
67+ # with:
68+ # delete-used-deriveddata-cache: true
69+ # key: xcode-cache-deriveddata-${{ github.workflow }}-${{ github.sha }}
70+ # restore-keys: xcode-cache-deriveddata-${{ github.workflow }}-
7071 - name : Run build
7172 run : ./scripts/build.sh
7273 - run : |
You can’t perform that action at this time.
0 commit comments