Skip to content

Commit

Permalink
Update create_html_pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ehennestad authored Dec 10, 2024
1 parent b339416 commit 8a5d839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create_html_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: actions/setup-java@v3
with:
java-version: '11'
distribution: 'adoptopenjdk' # Java distribution (e.g., 'adoptopenjdk', 'zulu')
distribution: 'temurin' # Java distribution (e.g., 'adoptopenjdk', 'zulu')

- name: Install MATLAB
uses: matlab-actions/setup-matlab@v2
Expand Down

0 comments on commit 8a5d839

Please sign in to comment.