Skip to content

Commit

Permalink
230913.223133.HKT move GFORTRAN_VERSION to misc_env
Browse files Browse the repository at this point in the history
  • Loading branch information
zaikunzhang committed Sep 13, 2023
1 parent 8121f84 commit 1a06ec2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/profile_bobyqa_small.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ 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 == ''
Expand All @@ -51,6 +48,9 @@ jobs:
ssh-key: ${{ secrets.SSH_PRIVATE_KEY_ACT }} # This forces checkout to use SSH, not HTTPS
submodules: recursive

- name: Miscellaneous setup
run: bash .github/scripts/misc_setup

- name: Clone MatCUTEst
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 1a06ec2

Please sign in to comment.