Skip to content

Commit

Permalink
nitro-ci-build: fixed YAML syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
dominic-mulligan-arm committed Nov 15, 2021
1 parent 02d01b4 commit 074c8d2
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,13 +212,13 @@ jobs:

steps:

# Remove pre-installed .Net, Android, and Glasgow Haskell Compiler
- name: Free-up disk space
id: disk-space
run: |
sudo rm -rf /usr/share/dotnet
sudo rm -rf /usr/local/lib/android
sudo rm -rf /opt/ghc
# Remove pre-installed .Net, Android, and Glasgow Haskell Compiler
- name: Free-up disk space
id: disk-space
run: |
sudo rm -rf /usr/share/dotnet
sudo rm -rf /usr/local/lib/android
sudo rm -rf /opt/ghc
# Download the artifact containing repo and sdk artifact, using the action from github
- name: Download veracruz cache artifact
Expand Down

0 comments on commit 074c8d2

Please sign in to comment.