Skip to content

Commit

Permalink
nitro-ci-build: fixed typo in Github YAML configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
DominicPM committed Nov 16, 2021
1 parent 52e6edb commit 4d8a68a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
# Remove pre-installed .Net, Android, and Glasgow Haskell Compiler
- name: Free-up disk space
id: disk-space
run: sudo rm -rf /usr/local/share/boost &&i sudo rm -rf /usr/share/dotnet && sudo rm -rf /usr/local/lib/android && sudo rm -rf /opt/ghc
run: sudo rm -rf /usr/local/share/boost && 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 4d8a68a

Please sign in to comment.