Skip to content

Commit

Permalink
remove apt-get install from self-hosted-test
Browse files Browse the repository at this point in the history
  • Loading branch information
gojimmypi committed Jul 25, 2024
1 parent 5d5341d commit 3debe9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/self-hosted-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

- name: Install dependencies
run: |
apt-get install shellcheck
echo "apt-get install shellcheck"
ls /mnt/c/SysGCC
- name: Run tests
Expand Down

0 comments on commit 3debe9c

Please sign in to comment.