]> sigrok.org Git - sigrok-build.git/commitdiff
Try to find qt5 brew file
authorSoeren Apel <redacted>
Thu, 7 Mar 2024 12:35:47 +0000 (13:35 +0100)
committerSoeren Apel <redacted>
Thu, 7 Mar 2024 13:09:13 +0000 (14:09 +0100)
.github/workflows/build.yml

index 22d1c046e4d5fcf5d4aa178827972886547737d1..0229d870e0f6978739104a1cbe2c54146b043718 100644 (file)
@@ -391,6 +391,10 @@ jobs:
       ARTIFACT_VERSION: "NIGHTLY"
 
     steps:
+      - name: test
+        run: |
+          find / -iname "qt*.rb"
+
       # ------------------------------------------
       - name: Check for dependency cache (1)
         uses: actions/cache/restore@v3
@@ -429,6 +433,7 @@ jobs:
           wget -O "/tmp/qtAT5.rb" "https://raw.githubusercontent.com/Homebrew/homebrew-core/master/Formula/q/qt%405.rb"
           sed -i '' 's/"make"/"make -j 8"/' "/tmp/qtAT5.rb"
           sed -i '' 's/qtAT5/qtat5/' /tmp/qtAT5.rb
+          cat /tmp/qtAT5.rb
           brew install --build-from-source "/tmp/qtAT5.rb"
 
       - name: Cache Homebrew Packages (2)