Skip to content

Commit

Permalink
Use sudo properly
Browse files Browse the repository at this point in the history
  • Loading branch information
hasufell committed Dec 19, 2024
1 parent ea4dc10 commit 95373a8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -282,10 +282,10 @@ jobs:

- name: Run build
run: |
sed -i.bak -e 's/quarterly/latest/' /etc/pkg/FreeBSD.conf
pkg install -y ghc hs-cabal-install git bash misc/compat10x misc/compat11x misc/compat12x llvm14 libiconv curl gcc gmp gmake ncurses perl5 pkgconf libffi
tzsetup Etc/GMT
adjkerntz -a
sudo sed -i.bak -e 's/quarterly/latest/' /etc/pkg/FreeBSD.conf
sudo pkg install -y ghc hs-cabal-install git bash misc/compat10x misc/compat11x misc/compat12x llvm14 libiconv curl gcc gmp gmake ncurses perl5 pkgconf libffi
sudo tzsetup Etc/GMT
sudo adjkerntz -a
bash .github/scripts/build.sh
- if: always()
name: Upload artifact
Expand Down

0 comments on commit 95373a8

Please sign in to comment.