Skip to content

Commit

Permalink
chore: install primer3 in build step
Browse files Browse the repository at this point in the history
  • Loading branch information
noomzopendream committed Mar 5, 2025
1 parent d4d342b commit cd72355
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/open-msspe-design.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ jobs:
steps:
- name: Checking out sources
uses: actions/checkout@v4
- name: Installing Primer3
run: sudo apt install -y primer3
- name: Installing Rust toolchain
run: rustup toolchain install stable --profile minimal
- uses: Swatinem/rust-cache@v2
Expand Down

0 comments on commit cd72355

Please sign in to comment.