Skip to content

Commit

Permalink
Remove workdir in configure
Browse files Browse the repository at this point in the history
  • Loading branch information
byrnHDF committed Sep 12, 2023
1 parent 8f48239 commit bed7892
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/main-auto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
echo "CC=gcc-12" >> $GITHUB_ENV
echo "CXX=g++-12" >> $GITHUB_ENV
echo "FC=gfortran-12" >> $GITHUB_ENV
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- name: Get Sources
uses: actions/checkout@v4
Expand All @@ -72,7 +72,6 @@ jobs:
--enable-ros3-vfd \
--with-szlib=yes
shell: bash
working-directory: ${{ runner.workspace }}/build
if: ${{ inputs.thread_safety == 'disable' }}

- name: Autotools Configure (Thread-Safe)
Expand All @@ -91,7 +90,6 @@ jobs:
--enable-ros3-vfd \
--with-szlib=yes
shell: bash
working-directory: ${{ runner.workspace }}/build
if: ${{ inputs.thread_safety == 'enable' }}

# BUILD
Expand Down Expand Up @@ -176,7 +174,6 @@ jobs:
--disable-ros3-vfd \
--with-szlib=yes
shell: bash
working-directory: ${{ runner.workspace }}/build

# BUILD
- name: Autotools Build
Expand Down

0 comments on commit bed7892

Please sign in to comment.