Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jjm2473 authored Oct 29, 2024
1 parent ced79cd commit da6484a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
sudo -E apt-get -qq install build-essential git rsync
sudo -E apt-get -qq autoremove --purge
sudo -E apt-get -qq clean
sudo ln /usr/bin/python3 /usr/bin/python3.10
sudo ln -s /usr/bin/python3 /usr/bin/python3.10 || true
sudo timedatectl set-timezone "$TZ"
# curl -fsSL https://raw.githubusercontent.com/P3TERX/dotfiles/master/.bashrc >> ~/.bashrc
Expand Down

0 comments on commit da6484a

Please sign in to comment.