Skip to content

Commit

Permalink
fix tlc action
Browse files Browse the repository at this point in the history
  • Loading branch information
oxarbitrage committed Oct 23, 2024
1 parent d0eea3b commit 1c7172e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tlc-model-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,12 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3

# Install Java (TLC requires Java to run)
# Install Java
- name: Set up Java
uses: actions/setup-java@v3
with:
java-version: '11'
distribution: 'temurin'
java-version: '21'

# Run the TLA+ Model Checker (TLC)
- name: Run TLC model checker
Expand Down

0 comments on commit 1c7172e

Please sign in to comment.