Skip to content

Commit

Permalink
Update RAX3000M.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
eggydutch authored May 31, 2024
1 parent 8fa88eb commit c77a65f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/RAX3000M.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,11 @@ jobs:
DEBIAN_FRONTEND: noninteractive
run: |
sudo rm -rf /etc/apt/sources.list.d/* /usr/share/dotnet /usr/local/lib/android /opt/ghc
sudo bash -c 'bash <(curl -s https://build-scripts.immortalwrt.eu.org/init_build_environment.sh)'
sudo -E apt-get -qq update
sudo -E apt-get -qq install $(curl -fsSL git.io/depends-ubuntu-2004)
sudo -E apt-get -qq autoremove --purge
sudo -E apt-get -qq clean
sudo timedatectl set-timezone "$TZ"
git config --global user.email "[email protected]"
git config --global user.name "aa"
sudo mkdir -p /workdir
sudo chown $USER:$GROUPS /workdir
Expand Down

0 comments on commit c77a65f

Please sign in to comment.