Skip to content

Commit b508614

Browse files
committed
fix
1 parent 5232b30 commit b508614

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests_hw.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Update git submodules
4949
if: ${{ steps.check-tests.outputs.enabled == 'true' }}
5050
run: |
51-
sudo apt-get install -y software-properties-common \
51+
apt-get install -y software-properties-common \
5252
&& apt-get update \
5353
&& add-apt-repository -y ppa:git-core/ppa \
5454
&& apt-get update \

0 commit comments

Comments
 (0)