Skip to content

Commit

Permalink
Refactor. use fixed gem version
Browse files Browse the repository at this point in the history
  • Loading branch information
SanoferSameera committed Nov 29, 2023
1 parent 961d769 commit 6091c99
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build_publish_openelis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
branches:
- master
- 'release-*'
- fix-workflow-build
tags:
- '[0-9]+.[0-9]+.[0-9]+'

Expand All @@ -21,10 +22,10 @@ jobs:
with:
distribution: 'zulu'
java-version: '7'
- name: Setup Ruby 2.3
- name: Setup Ruby 2.5
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.3
ruby-version: 2.5
- name: Install Compass
run: gem install compass
- name: Install Ant 1.9
Expand Down

0 comments on commit 6091c99

Please sign in to comment.