Skip to content

Commit

Permalink
[skip-ci] Try add update cmd.
Browse files Browse the repository at this point in the history
  • Loading branch information
s-trinh committed Feb 5, 2024
1 parent fab5241 commit d7bee73
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ubuntu-isolated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,23 @@ jobs:
# Java: https://askubuntu.com/a/185531
- name: Remove packages
run: |
sudo apt-get update
sudo apt-get install libomp-dev
sudo apt-get update
sudo apt-get purge --auto-remove 'x11-*'
sudo apt-get update
# java -version
# sudo dpkg --list | grep -i jdk
# sudo dpkg --list | grep -i java
# sudo apt-get purge --auto-remove openjdk*
# sudo dpkg --list | grep -i jdk
# sudo dpkg --list | grep -i java
sudo apt-get purge --auto-remove 'libjpeg*'
sudo apt-get update
sudo apt-get purge --auto-remove 'libpng*'
sudo apt-get update
sudo apt-get purge --auto-remove 'libxml*'
sudo apt-get update
- name: Checkout repository
uses: actions/checkout@v3
Expand Down

0 comments on commit d7bee73

Please sign in to comment.