Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
milanaryal committed Nov 2, 2023
1 parent 9841fff commit 894540b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:

- name: Install Minify deb package on Ubuntu
# if: ${{ matrix.os == 'ubuntu-latest' }}
run: apt-get update && apt-get install --no-install-recommends --yes minify
run: sudo apt-get update && sudo apt-get install --no-install-recommends --yes minify

# Setup Go using Homebrew
# - name: Install Go using Homebrew
Expand Down

0 comments on commit 894540b

Please sign in to comment.