Skip to content

Commit f79c4a9

Browse files
committed
Restored accidentally removed 'cd' command in workflow
1 parent e36007e commit f79c4a9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ubuntu22.04.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ jobs:
9797
shell: bash
9898
# Execute the build. You can specify a specific target with "--target <NAME>"
9999
run: |
100+
cd build
100101
echo "==> Disk usage before clean"
101102
df -h .
102103
sudo rm -rf /usr/share/dotnet

0 commit comments

Comments
 (0)