Skip to content

Commit

Permalink
gha: use sudo to install
Browse files Browse the repository at this point in the history
  • Loading branch information
csegarragonz committed Dec 6, 2023
1 parent 54df50a commit 410b188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: "Get CPP/Python commits"
id: submodule-commit
run: |
apt install -y zstd
sudo apt install -y zstd
git config --global --add safe.directory "$GITHUB_WORKSPACE"
echo "cpp-commit=$(git submodule status ./cpp | cut '-d ' -f 2)" >> $GITHUB_OUTPUT
echo "py-commit=$(git submodule status ./python | cut '-d ' -f 2)" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 410b188

Please sign in to comment.