Skip to content

Commit

Permalink
Specify octave package version for choco install on windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuabmoore committed Feb 23, 2024
1 parent 384e037 commit 5d9ae9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows_runner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ jobs:

- name: Install Octave
run: |
choco install octave
choco install octave --version 8.3.0.20230817 -y

0 comments on commit 5d9ae9c

Please sign in to comment.