Skip to content

Commit

Permalink
Document, why 'script' is used to build Maxima.
Browse files Browse the repository at this point in the history
  • Loading branch information
daute committed Jan 19, 2024
1 parent 908e062 commit c5ef834
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/compile_maxima32.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ jobs:
run: |
cd maxima-code/crosscompile-windows/build
make texinfo
# Building Maxima needs some sort of 'terminal access', therefore use the command 'script' to run this build step.
- name: build maxima
run: |
cd maxima-code/crosscompile-windows/build
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/compile_maxima64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ jobs:
run: |
cd maxima-code/crosscompile-windows/build
make texinfo
# Building Maxima needs some sort of 'terminal access', therefore use the command 'script' to run this build step.
- name: build maxima
run: |
cd maxima-code/crosscompile-windows/build
Expand Down

0 comments on commit c5ef834

Please sign in to comment.