We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac39647 commit 91795b5Copy full SHA for 91795b5
.github/workflows/tests.yml
@@ -36,7 +36,7 @@ jobs:
36
if: runner.os != 'Windows'
37
run: |
38
if [ "$RUNNER_OS" == "Linux" ]; then
39
- sudo apt update && sudo apt install qt6-base-dev
+ apt update && sudo apt install qt6-base-dev
40
mkdir dcm2niix_install/ && cd dcm2niix_install/
41
curl -fLO https://github.com/rordenlab/dcm2niix/releases/latest/download/dcm2niix_lnx.zip
42
unzip dcm2niix*.zip
0 commit comments