Skip to content

Commit

Permalink
Merge branch 'develop' into add-gemfile-files
Browse files Browse the repository at this point in the history
  • Loading branch information
nllong authored Apr 15, 2024
2 parents 8d9338a + 2df86a5 commit 953a5e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/openstudio-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-18.04
steps:
- name: Check out repository
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: ruby-install
shell: bash
run: "sudo apt install -y ruby && ruby -v" # ruby anye tests here when ready
Expand All @@ -18,7 +18,7 @@ jobs:
steps:
-
name: Check out repository
uses: actions/checkout@v2
uses: actions/checkout@v4
-
name: Display system info
run: |
Expand Down

0 comments on commit 953a5e2

Please sign in to comment.