diff options
author | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2021-03-14 14:06:10 +0700 |
---|---|---|
committer | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2021-03-14 14:06:10 +0700 |
commit | 3beb2135e3d3b0c043dd7f91f1ca11860ad82d84 (patch) | |
tree | 91bc1e87425255665f7fe16f594c6dd148327736 | |
parent | dbf271086326a8fdb8b457ba6d6a44c5e6ab5cf5 (diff) | |
download | blog-3beb2135e3d3b0c043dd7f91f1ca11860ad82d84.tar.gz |
Add permission to install gem
-rw-r--r-- | .build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.build.yml b/.build.yml index bd50f82..4a5cb50 100644 --- a/.build.yml +++ b/.build.yml @@ -5,7 +5,7 @@ environment: tasks: - install: | yes | sudo apt install ruby-full golang - gem install jekyll bundler + sudo gem install jekyll bundler git clone https://git.sr.ht/~sircmpwn/openring cd openring go build -o openring |