Skip to content

Commit 0bba5c7

Browse files
committed
Add Ruby to CI
1 parent b93400c commit 0bba5c7

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,11 +143,15 @@ jobs:
143143
- name: Build projects [build]
144144
run: cabal build all -j
145145

146+
- name: Install Ruby for CDDL
147+
uses: ruby/setup-ruby@v1
148+
with:
149+
ruby-version: '3.4'
150+
bundler-cache: true
151+
146152
- name: Install cddl tools
147153
run: |
148-
export GEM_HOME="$HOME/.gem"
149154
gem install cddlc
150-
echo "PATH=$HOME/.gem/bin:$PATH" >> $GITHUB_ENV
151155
cabal install cuddle-0.5.0.0
152156
153157
- name: Test

0 commit comments

Comments
 (0)