File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 steps :
2121 - name : Start
2222 run : echo "The name of the branch is ${{ github.ref }} on ${{ github.repository }}"
23+
24+ - name : Free up disk space
25+ run : |
26+ # Remove unnecessary pre-installed software to free up space
27+ sudo rm -rf /usr/share/dotnet
28+ sudo rm -rf /usr/local/lib/android
29+ sudo rm -rf /opt/ghc
30+ sudo rm -rf /opt/hostedtoolcache/CodeQL
31+
2332 - name : Install Hugo
2433 run : |
2534 wget -O ${{ runner.temp }}/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_linux-amd64.deb \
Original file line number Diff line number Diff line change 2020 steps :
2121 - name : Start
2222 run : echo "The name of the branch is ${{ github.ref }} on ${{ github.repository }}"
23+
24+ - name : Free up disk space
25+ run : |
26+ # Remove unnecessary pre-installed software to free up space
27+ sudo rm -rf /usr/share/dotnet
28+ sudo rm -rf /usr/local/lib/android
29+ sudo rm -rf /opt/ghc
30+ sudo rm -rf /opt/hostedtoolcache/CodeQL
31+
2332 - name : Install Hugo
2433 run : |
2534 wget -O ${{ runner.temp }}/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_linux-amd64.deb \
You can’t perform that action at this time.
0 commit comments