Skip to content

Commit

Permalink
add logger to list of gems to manually ensure installed
Browse files Browse the repository at this point in the history
  • Loading branch information
mrhoribu authored Jan 12, 2025
1 parent 4193ea5 commit 8e1cb51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
curl https://raw.githubusercontent.com/elanthia-online/scripts/master/scripts/effect-list.xml > lich5/data/effect-list.xml
cp lich.rbw Lich5/
cp -r lib Lich5/
gem install activesupport ascii_charts concurrent-ruby curses ftools gtk3 json jwt mechanize nokogiri redis sequel sqlite3 terminal-table tomlib tzinfo tzinfo-data webrick xmpp4r --no-document
gem install activesupport ascii_charts concurrent-ruby curses ftools gtk3 json jwt logger mechanize nokogiri redis sequel sqlite3 terminal-table tomlib tzinfo tzinfo-data webrick xmpp4r --no-document
gem list
rm -r -fo C:\msys64\ucrt64\share\man\*
rm -r -fo C:\msys64\usr\share\man\*
Expand Down

0 comments on commit 8e1cb51

Please sign in to comment.