From 8121f8462d19bad180e8d327090a665fc524ff57 Mon Sep 17 00:00:00 2001 From: zaikunzhang Date: Wed, 13 Sep 2023 22:29:34 +0800 Subject: [PATCH] 230913.222934.HKT misc_setup before linking gfortran --- .github/workflows/profile_bobyqa_small.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/profile_bobyqa_small.yml b/.github/workflows/profile_bobyqa_small.yml index 6a11b4836f..c889894482 100644 --- a/.github/workflows/profile_bobyqa_small.yml +++ b/.github/workflows/profile_bobyqa_small.yml @@ -34,6 +34,9 @@ jobs: steps: + - name: Miscellaneous setup + run: bash .github/scripts/misc_setup + - name: Clone Repository (Latest) uses: actions/checkout@v4 if: github.event.inputs.git-ref == ''