Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
pmq20 committed Sep 12, 2020
1 parent 94dca7a commit ce327a1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Expand Up @@ -21,7 +21,7 @@ jobs:
run: |
curl -OL https://github.com/pmq20/ruby-packer/releases/download/linux-x64/rubyc
chmod +x rubyc
mv rubyc /usr/local/bin
echo "::add-path::."
- name: "[Enclose.IO] Set up Ruby"
uses: ruby/setup-ruby@v1
- name: "[Enclose.IO] Install rubocop"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Expand Up @@ -21,7 +21,7 @@ jobs:
run: |
curl -OL https://github.com/pmq20/ruby-packer/releases/download/darwin-x64/rubyc
chmod +x rubyc
mv rubyc /usr/local/bin
echo "::add-path::."
- name: "[Enclose.IO] Set up Ruby"
uses: ruby/setup-ruby@v1
- name: "[Enclose.IO] Install rubocop"
Expand Down
7 changes: 2 additions & 5 deletions .github/workflows/windows.yml
Expand Up @@ -24,14 +24,11 @@ jobs:
echo "##[add-path]C:\strawberry\c\bin;C:\strawberry\perl\site\bin;C:\strawberry\perl\bin"
- name: "[Enclose.IO] Install libraries"
run: |
choco install --no-progress squashfs
choco install --no-progress squashfs wget
- name: "[Enclose.IO] Set up rubyc"
run: |
wget https://github.com/pmq20/ruby-packer/releases/download/windows-x64/rubyc.exe
mkdir C:\rubyc
move rubyc.exe C:\rubyc
echo "##[add-path]C:\rubyc"
shell: cmd
echo "::add-path::."
- name: "[Enclose.IO] Set up Ruby"
uses: ruby/setup-ruby@v1
- name: "[Enclose.IO] Install rubocop"
Expand Down
1 change: 1 addition & 0 deletions .ruby-version
@@ -0,0 +1 @@
ruby-2.7.1

0 comments on commit ce327a1

Please sign in to comment.