Remove lsof

This commit is contained in:
Thiago Kenji Okada 2021-09-09 18:30:15 -03:00
parent cd5a832352
commit 4f869a2ab8

View file

@ -31,10 +31,6 @@ jobs:
wget -nc https://download.clojure.org/install/linux-install-1.10.1.447.sh wget -nc https://download.clojure.org/install/linux-install-1.10.1.447.sh
chmod +x linux-install-1.10.1.447.sh chmod +x linux-install-1.10.1.447.sh
./linux-install-1.10.1.447.sh ./linux-install-1.10.1.447.sh
- run:
name: Install lsof
command: |
apt-get install lsof
- run: - run:
name: Run JVM tests name: Run JVM tests
command: | command: |
@ -97,10 +93,6 @@ jobs:
wget https://download.clojure.org/install/linux-install-1.10.1.447.sh wget https://download.clojure.org/install/linux-install-1.10.1.447.sh
chmod +x linux-install-1.10.1.447.sh chmod +x linux-install-1.10.1.447.sh
./linux-install-1.10.1.447.sh ./linux-install-1.10.1.447.sh
- run:
name: Install lsof
command: |
apt-get install lsof
- run: - run:
name: Install native dev tools name: Install native dev tools
command: | command: |
@ -184,10 +176,6 @@ jobs:
wget https://download.clojure.org/install/linux-install-1.10.1.447.sh wget https://download.clojure.org/install/linux-install-1.10.1.447.sh
chmod +x linux-install-1.10.1.447.sh chmod +x linux-install-1.10.1.447.sh
./linux-install-1.10.1.447.sh ./linux-install-1.10.1.447.sh
- run:
name: Install lsof
command: |
apt-get install lsof
- run: - run:
name: Install native dev tools name: Install native dev tools
command: | command: |
@ -274,10 +262,6 @@ jobs:
wget https://download.clojure.org/install/linux-install-1.10.1.447.sh wget https://download.clojure.org/install/linux-install-1.10.1.447.sh
chmod +x linux-install-1.10.1.447.sh chmod +x linux-install-1.10.1.447.sh
./linux-install-1.10.1.447.sh ./linux-install-1.10.1.447.sh
- run:
name: Install lsof
command: |
apt-get install lsof
- run: - run:
name: Install native dev tools name: Install native dev tools
command: | command: |
@ -364,10 +348,6 @@ jobs:
wget https://download.clojure.org/install/linux-install-1.10.1.447.sh wget https://download.clojure.org/install/linux-install-1.10.1.447.sh
chmod +x linux-install-1.10.1.447.sh chmod +x linux-install-1.10.1.447.sh
./linux-install-1.10.1.447.sh ./linux-install-1.10.1.447.sh
- run:
name: Install lsof
command: |
apt-get install lsof
- run: - run:
name: Install native dev tools name: Install native dev tools
command: | command: |