From fdd1672e7eebb941839770842c5478b5d631474c Mon Sep 17 00:00:00 2001 From: Ryan Murray <74630349+rywm-dhi@users.noreply.github.com> Date: Wed, 28 Feb 2024 06:58:49 +0100 Subject: [PATCH] Update full_test_2024_0.yml --- .github/workflows/full_test_2024_0.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/full_test_2024_0.yml b/.github/workflows/full_test_2024_0.yml index b013146..b1e3adb 100644 --- a/.github/workflows/full_test_2024_0.yml +++ b/.github/workflows/full_test_2024_0.yml @@ -24,8 +24,8 @@ jobs: - name: Download and install MIKE+ dependency run: | - mkdir -p "C:\\Program Files (x86)\\DHI\\MIKE+\\2024" - 7z x "2024_0.7z" -o"C:\\Program Files (x86)\\DHI\\MIKE+\\2024" -p${{ secrets.MIKE_2024_0_7Z }} + 7z x "2024_0.7z" -p${{ secrets.MIKE_2024_0_7Z }} + & "./install.bat" - name: Checkout code uses: actions/checkout@v3