Skip to content

Commit f9485e9

Browse files
committed
Fix CI
1 parent 3bfa10e commit f9485e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
STAR_VERSION="2.7.11a"
4646
wget -q https://github.com/alexdobin/STAR/releases/download/${STAR_VERSION}/STAR_${STAR_VERSION}.zip
4747
unzip STAR_${STAR_VERSION}.zip
48-
sudo mv Linux_x86_64_static/STAR /usr/local/bin/
48+
sudo mv STAR_${STAR_VERSION}/Linux_x86_64_static/STAR /usr/local/bin/
4949
5050
- name: Verify STAR and samtools installation
5151
run: |

0 commit comments

Comments
 (0)