Skip to content

Commit

Permalink
Update prebuild command 3
Browse files Browse the repository at this point in the history
  • Loading branch information
clytaemnestra committed Sep 15, 2024
1 parent faf3911 commit da4e427
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
bundler_ver: '' # Default is compatible bundler version (~>2.4.0)
cname: '' # Default is to not use a cname
actor: '' # Default is the GITHUB_ACTOR
pre_build_commands: git config --global http.version HTTP/1.1; git config --global http.postBuffer 157286400; apt-get fetch git-lfs; # Installing additional dependencies (Arch Linux)
pre_build_commands: git config --global http.version HTTP/1.1; git config --global http.postBuffer 157286400; pacman -S --noconfirm git-lfs; # Installing additional dependencies (Arch Linux)

0 comments on commit da4e427

Please sign in to comment.