From: Frank Stettner Date: Sun, 26 Mar 2023 17:29:29 +0000 (+0200) Subject: Use knarfS/pulseview github-ci branch X-Git-Url: https://sigrok.org/gitaction?a=commitdiff_plain;h=e3471c2d5cc2dd1230e97de94ba74d6ca37a81f5;p=sigrok-build.git Use knarfS/pulseview github-ci branch --- diff --git a/.github/workflows/pulseview_mxe.yml b/.github/workflows/pulseview_mxe.yml index e8594df..2ed3cc0 100644 --- a/.github/workflows/pulseview_mxe.yml +++ b/.github/workflows/pulseview_mxe.yml @@ -66,8 +66,9 @@ jobs: uses: actions/checkout@v3 with: # TODO: Clone from sigrok.org - repository: sigrokproject/pulseview + repository: knarfS/pulseview path: pulseview + ref: github-ci - name: Build PulseView run: | @@ -119,7 +120,7 @@ jobs: sudo apt-get update sudo apt-get install -y libfuse2 - name: Download artifacts - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v3 - name: Inspect directory after downloading artifacts run: ls -alFR - name: Upload artifacts and create (continuous) release