Skip to content

Commit

Permalink
correct deps
Browse files Browse the repository at this point in the history
  • Loading branch information
vezenovm committed Dec 17, 2024
1 parent 3b29959 commit 4d838a2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/reports.yml
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,7 @@ jobs:
overwrite: true

external_repo_execution_report:
needs: [build-nargo]
needs: [build-nargo, external_repo_compilation_report]
runs-on: ubuntu-latest
timeout-minutes: 30
strategy:
Expand Down Expand Up @@ -630,6 +630,11 @@ jobs:
path: test-repo
ref: ${{ matrix.project.ref }}

- name: Get package name
run: |
PACKAGE_NAME=$(basename ${{ matrix.project.path }})
echo $PACKAGE_NAME
- name: Download program artifacts
uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit 4d838a2

Please sign in to comment.