We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c76eda commit 010fde6Copy full SHA for 010fde6
.github/workflows/sdkbuild2run.yml
@@ -25,10 +25,13 @@ jobs:
25
with:
26
ruby-version: ${{ matrix.ruby-version }}
27
bundler-cache: true
28
-
+
29
- name: Install Dependencies
30
run: |
31
gem install bundler
32
+ gem install typhoeus
33
+ gem install json
34
+ gem install faraday
35
bundle install
36
gem build aspose_cells_cloud.gemspec
37
gem install aspose_cells_cloud-*.gem
0 commit comments