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 fef4643
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .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 @@ -26,7 +27,7 @@ jobs:
with:
ruby-version: 2.3
- name: Install Compass
run: gem install compass
run: gem install compass -v '1.0.0'
- name: Install Ant 1.9
run: |
mkdir /tmp/ant
Expand Down

0 comments on commit fef4643

Please sign in to comment.