Skip to content

Commit

Permalink
fix yaml cache + comment
Browse files Browse the repository at this point in the history
  • Loading branch information
MrCyjaneK committed Jul 27, 2024
1 parent 6d39a01 commit cc5f2a4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cake_wallet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ jobs:
with:
path: |
*/contrib/depends/built/*
*/contrib/depends/sources/*
key: depends-${{ github.job }}-monero-${{ hashFiles('*/contrib/depends/packages/*.mk') }}

- name: build monero_c
Expand Down Expand Up @@ -205,6 +204,7 @@ jobs:
rm -rf wownero/contrib/depends/sources/android-ndk-r26d-linux.zip
- name: Find Comment
uses: peter-evans/find-comment@v3
continue-on-failure: true
id: fc
with:
issue-number: ${{ github.event.pull_request.number }}
Expand Down
9 changes: 1 addition & 8 deletions .github/workflows/compat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ jobs:
with:
path: |
${{ matrix.coin }}/contrib/depends/built/*
${{ matrix.coin }}/contrib/depends/sources/*
key: depends-${{ github.job }}-${{ matrix.coin }}-${{ hashFiles('*/contrib/depends/packages/*.mk') }}
- name: ${{ matrix.coin }}/x86_64-w64-mingw32
run: ./build_single.sh ${{ matrix.coin }} x86_64-w64-mingw32 -j$(nproc)
Expand Down Expand Up @@ -103,7 +102,6 @@ jobs:
with:
path: |
${{ matrix.coin }}/contrib/depends/built/*
${{ matrix.coin }}/contrib/depends/sources/*
key: depends-${{ github.job }}-${{ matrix.coin }}-${{ hashFiles('*/contrib/depends/packages/*.mk') }}
- name: ${{ matrix.coin }}/x86_64-linux-android
run: ./build_single.sh ${{ matrix.coin }} x86_64-linux-android -j$(nproc)
Expand Down Expand Up @@ -165,7 +163,6 @@ jobs:
with:
path: |
${{ matrix.coin }}/contrib/depends/built/*
${{ matrix.coin }}/contrib/depends/sources/*
key: depends-${{ github.job }}-${{ matrix.coin }}-${{ hashFiles('*/contrib/depends/packages/*.mk') }}
- name: ${{ matrix.coin }}/x86_64-linux-gnu
run: ./build_single.sh ${{ matrix.coin }} x86_64-linux-gnu -j$(nproc)
Expand Down Expand Up @@ -224,7 +221,6 @@ jobs:
with:
path: |
${{ matrix.coin }}/contrib/depends/built/*
${{ matrix.coin }}/contrib/depends/sources/*
key: depends-${{ github.job }}-${{ matrix.coin }}-${{ hashFiles('*/contrib/depends/packages/*.mk') }}
- name: ${{ matrix.coin }}/aarch64-meego-linux-gnu
run: |
Expand Down Expand Up @@ -273,7 +269,6 @@ jobs:
with:
path: |
${{ matrix.coin }}/contrib/depends/built/*
${{ matrix.coin }}/contrib/depends/sources/*
key: depends-${{ github.job }}-${{ matrix.coin }}-${{ hashFiles('*/contrib/depends/packages/*.mk') }}
- name: ${{ matrix.coin }}/aarch64-meego-linux-gnu
run: |
Expand Down Expand Up @@ -329,7 +324,6 @@ jobs:
with:
path: |
${{ matrix.coin }}/contrib/depends/built/*
${{ matrix.coin }}/contrib/depends/sources/*
key: depends-${{ github.job }}-${{ matrix.coin }}-${{ hashFiles('*/contrib/depends/packages/*.mk') }}
- name: ${{ matrix.coin }}/x86_64-apple-darwin11
run: ./build_single.sh ${{ matrix.coin }} x86_64-apple-darwin11 -j$(nproc)
Expand Down Expand Up @@ -388,7 +382,6 @@ jobs:
with:
path: |
${{ matrix.coin }}/contrib/depends/built/*
${{ matrix.coin }}/contrib/depends/sources/*
key: depends-${{ github.job }}-${{ matrix.coin }}-${{ hashFiles('*/contrib/depends/packages/*.mk') }}
- name: build
run: |
Expand Down Expand Up @@ -446,7 +439,6 @@ jobs:
with:
path: |
${{ matrix.coin }}/contrib/depends/built/*
${{ matrix.coin }}/contrib/depends/sources/*
key: depends-${{ github.job }}-${{ matrix.coin }}-${{ hashFiles('*/contrib/depends/packages/*.mk') }}
- name: build
run: |
Expand Down Expand Up @@ -478,6 +470,7 @@ jobs:
steps:
- name: Find Comment
uses: peter-evans/find-comment@v3
continue-on-failure: true
id: fc
with:
issue-number: ${{ github.event.pull_request.number }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/xmruw.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:
path: unnamed_monero_wallet/build/app/outputs/flutter-apk/*.apk
- name: Find Comment
uses: peter-evans/find-comment@v3
continue-on-failure: true
id: fc
with:
issue-number: ${{ github.event.pull_request.number }}
Expand Down

0 comments on commit cc5f2a4

Please sign in to comment.