Skip to content

Commit

Permalink
p3
Browse files Browse the repository at this point in the history
  • Loading branch information
larseggert committed Dec 7, 2023
1 parent abc0d67 commit 08b28f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
# rm -r moztools.zip moztools
curl -L -o /usr/bin/nsinstall.py https://hg.mozilla.org/mozilla-central/raw-file/tip/config/nsinstall.py
python3 -m pip install mozfile
echo "#! \"$(which python3)\"" > /usr/bin/nsinstall
echo "#!/usr/bin/env python3" > /usr/bin/nsinstall
cat /usr/bin/nsinstall.py >> /usr/bin/nsinstall
chmod a+x /usr/bin/nsinstall
cat /usr/bin/nsinstall
Expand Down

0 comments on commit 08b28f5

Please sign in to comment.