Skip to content

Commit

Permalink
ci-fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonish committed Nov 22, 2023
1 parent 218918a commit b18339d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1783,7 +1783,7 @@ jobs:

- uses: actions/checkout@v3.5.3
- name: Install dependencies
run: ./scripts/install-deps --developer
run: ./scripts/install-deps.sh --developer
- uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
with:
name: prep
Expand All @@ -1808,7 +1808,7 @@ jobs:
- uses: actions/checkout@v3.5.3

- name: Install dependencies
run: ./scripts/install-deps.sh --developer
run: sudo ./scripts/install-deps.sh --developer
- name: Install Netmap dependencies
run: |
sudo apt -y install \
Expand Down

0 comments on commit b18339d

Please sign in to comment.