diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index dda63a300f06b..408b93bdbfcea 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,6 +13,13 @@ jobs: runs-on: ubuntu-latest steps: + - name: download artifact + uses: dawidd6/action-download-artifact@v2 + with: + run_id: 6378412508 + name: linux-build-artifacts + - name: ls + run: ls - name: make file run: | sudo apt-get install debootstrap