Skip to content

Commit

Permalink
git workflow debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Zichangzhou committed Sep 14, 2024
1 parent ea6d747 commit b363126
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ jobs:
- name: Free disk space
run: |
apt clean
sudo apt clean
df -h
- name: Install Python Packages
Expand All @@ -208,15 +208,15 @@ jobs:
- name: Free disk space
run: |
apt clean
sudo apt clean
df -h
- name: Install Pinocchio Dependencies
run: |
bash docker/scripts/install-pinocchio.sh
- name: Free disk space
run: |
apt clean
sudo apt clean
df -h
- name: Install HSL Solver
Expand All @@ -225,7 +225,7 @@ jobs:
- name: Free disk space
run: |
apt clean
sudo apt clean
df -h
- name: Install Ipopt Solver
Expand All @@ -234,7 +234,7 @@ jobs:
- name: Free disk space
run: |
apt clean
sudo apt clean
df -h
- name: Install OMPL
Expand All @@ -243,7 +243,7 @@ jobs:
- name: Free disk space
run: |
apt clean
sudo apt clean
df -h
- name: Configure CMake
Expand Down
1 change: 1 addition & 0 deletions HSL
Submodule HSL added at 4f8da7
1 change: 1 addition & 0 deletions docker/HSL
Submodule HSL added at 4f8da7

0 comments on commit b363126

Please sign in to comment.