Skip to content

Commit

Permalink
add sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
jraymakers committed Dec 15, 2024
1 parent 1bcd964 commit 4ea9ffc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/DuckDBNodeBindingsAndAPI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
CXX: aarch64-linux-gnu-g++
steps:
- name: Install aarch64 compilers
run: apt install binutils-aarch64-linux-gnu gcc-aarch64-linux-gnu g++-aarch64-linux-gnu
run: sudo apt install binutils-aarch64-linux-gnu gcc-aarch64-linux-gnu g++-aarch64-linux-gnu

- uses: actions/checkout@v4

Expand Down

0 comments on commit 4ea9ffc

Please sign in to comment.