Skip to content

Commit

Permalink
comment out optional steps for ActiveState Perl installation and test…
Browse files Browse the repository at this point in the history
… execution in CI workflow
  • Loading branch information
kengggg committed Mar 6, 2025
1 parent e37a557 commit 2be8491
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/primer3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ jobs:
run: |
Start-Process -FilePath ".\TDM-GCC-Installer.exe" -ArgumentList "/S" -Wait
- name: (Optional) Install ActiveState Perl via Chocolatey
run: choco install activestateperl -y
# - name: (Optional) Install ActiveState Perl via Chocolatey
# run: choco install activestateperl -y

- name: Compile Primer3
run: |
cd primer3/src
mingw32-make TESTOPTS=--windows
- name: Run tests (if applicable)
run: |
cd primer3/test
mingw32-make TESTOPTS=--windows
# - name: Run tests (if applicable)
# run: |
# cd primer3/test
# mingw32-make TESTOPTS=--windows

0 comments on commit 2be8491

Please sign in to comment.