Skip to content

Commit

Permalink
Update Build_OP_x86_64_own.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SummerXxqq authored Sep 16, 2024
1 parent b25ecc9 commit 05ee98b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/Build_OP_x86_64_own.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,17 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@master

- name: Initialization environment
env:
DEBIAN_FRONTEND: noninteractive
run: |
sudo rm -rf /etc/apt/sources.list.d/* /usr/share/dotnet /usr/local/lib/android /opt/ghc
sudo -E apt-get -y purge azure-cli* docker* ghc* zulu* hhvm* llvm* firefox* google* dotnet* aspnetcore* powershell* openjdk* adoptopenjdk* mysql* php* mongodb* moby* snap* || true
sudo -E apt-get -qq install libfuse-dev $(curl -fsSL git.io/depends-ubuntu-2204)
sudo timedatectl set-timezone "$TZ"
sudo mkdir -p /workdir
sudo chown $USER:$GROUPS /workdir
set +e
docker rmi `docker images -q`
echo "Deleting files, please wait ..."
Expand Down

0 comments on commit 05ee98b

Please sign in to comment.