Skip to content

Commit

Permalink
github workflows: re-add ruby workflow again
Browse files Browse the repository at this point in the history
It is required for package_cloud to work
  • Loading branch information
Civil committed May 22, 2022
1 parent b6931b3 commit af2655c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ jobs:
uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go }}
- name: Set up Ruby for package_cloud uploader to work
uses: ruby/setup-ruby@v1
with:
ruby-version: '2.7' # Version range or exact version of a Ruby version to use, using semvers version range syntax.
- name: Install packaging dependencies
run: |
sudo apt-get install libcairo2-dev mercurial pkg-config wget -y
Expand Down

0 comments on commit af2655c

Please sign in to comment.