Skip to content

Commit 010fde6

Browse files
committed
Update github action.
1 parent 0c76eda commit 010fde6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/sdkbuild2run.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,13 @@ jobs:
2525
with:
2626
ruby-version: ${{ matrix.ruby-version }}
2727
bundler-cache: true
28-
28+
2929
- name: Install Dependencies
3030
run: |
3131
gem install bundler
32+
gem install typhoeus
33+
gem install json
34+
gem install faraday
3235
bundle install
3336
gem build aspose_cells_cloud.gemspec
3437
gem install aspose_cells_cloud-*.gem

0 commit comments

Comments
 (0)