Skip to content

Commit

Permalink
whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
zrezke committed Mar 7, 2024
1 parent 467d18e commit f9adc07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
steps:
- name: Print IP
if: matrix.platform == 'aarch64'
run: apt-install net-tools && ifconfig
run: apt install net-tools && ifconfig

- uses: actions/checkout@v3

Expand Down

0 comments on commit f9adc07

Please sign in to comment.