mirror of
https://github.com/throwtheswitch/cexception.git
synced 2026-09-23 02:17:24 +00:00
Tweaks to workflow.
This commit is contained in:
@@ -22,10 +22,16 @@ jobs:
|
||||
with:
|
||||
submodules: recursive
|
||||
|
||||
# Set up Ruby
|
||||
- name: Set Up Ruby
|
||||
uses: ruby/setup-ruby@v1
|
||||
with:
|
||||
ruby-version: '3.2'
|
||||
|
||||
# Install Ceedling
|
||||
- name: Install Ceedling
|
||||
run: |
|
||||
sudo gem install ceedling
|
||||
gem install ceedling
|
||||
|
||||
# Run Tests
|
||||
- name: Run All Self Tests
|
||||
|
||||
Reference in New Issue
Block a user