Skip to content

Commit b26bd04

Browse files
committed
🐛 fix: gem error 수정
1 parent 5078e4f commit b26bd04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/github-actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
run: |
1717
sudo apt-get update
1818
sudo apt-get install -y ruby
19-
gem install mustache
19+
sudo gem install mustache
2020
2121
- name: Run build script
2222
run: sh ./build.sh

0 commit comments

Comments
 (0)