We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5c9d916 + 13215a3 commit bfdb355Copy full SHA for bfdb355
1 file changed
.github/workflows/coin-matrix.yml
@@ -31,7 +31,7 @@ jobs:
31
- name: Check source presence
32
id: presence
33
run: |
34
- if [ -f "src/c2pool/main_${{ matrix.coin }}.cpp" ] && [ -d "src/impl/${{ matrix.coin }}" ]; then
+ if [ -f "src/impl/${{ matrix.coin }}/main_${{ matrix.coin }}.cpp" ] && [ -d "src/impl/${{ matrix.coin }}" ]; then
35
echo "exists=1" >> "$GITHUB_OUTPUT"
36
echo "::notice::c2pool-${{ matrix.coin }} source present — building."
37
else
0 commit comments