Skip to content

Commit

Permalink
Remove unneeded 'cmake' command.
Browse files Browse the repository at this point in the history
  • Loading branch information
daute committed Nov 25, 2023
1 parent 5734080 commit 274293f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/compile_maxima32.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ jobs:
- name: build tcl
run: |
cd maxima-code/crosscompile-windows/build
cmake ..
make tcl
- name: build tk
run: |
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/compile_maxima64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ jobs:
- name: build tcl
run: |
cd maxima-code/crosscompile-windows/build
cmake ..
make tcl
- name: build tk
run: |
Expand Down

0 comments on commit 274293f

Please sign in to comment.