We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a46b9b7 commit 8109b76Copy full SHA for 8109b76
.github/workflows/deploy_aliyun.yml
@@ -42,6 +42,7 @@ jobs:
42
sed -i 's/rubygems.org/gems.ruby-china.com/g' Gemfile
43
git commit -am "update Gemfile"
44
git checkout -b master
45
+ gem install ffi -v 1.17.0
46
env:
47
SSH_KEY: ${{secrets.ALIYUN_SERVER_ACCESS_TOKEN}}
48
PEM_KEY: ${{secrets.ALIYUN_PEM}}
0 commit comments