Skip to content

Commit

Permalink
Update main.yml - newer version 3.6 of moparser
Browse files Browse the repository at this point in the history
  • Loading branch information
MarekMatejak authored Oct 6, 2024
1 parent 2b717a5 commit b99a477
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
# This workflow contains a single job called "parse"
parse:
runs-on: ubuntu-latest
container: openmodelica/moparser:3.4
container: openmodelica/moparser:3.6
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Parse the library
run: moparser -v 3.4 -r Chemical
run: moparser -v 3.6 -r Chemical

0 comments on commit b99a477

Please sign in to comment.