diff --git a/.github/workflows/fbsd.yml b/.github/workflows/fbsd.yml index 72718267f07..13103285c77 100644 --- a/.github/workflows/fbsd.yml +++ b/.github/workflows/fbsd.yml @@ -20,11 +20,7 @@ jobs: - name: ${{ matrix.os.name }} uses: cross-platform-actions/action@v0.23.0 - env: - FOO: A - BAR: B with: - environment_variables: FOO BAR operating_system: ${{ matrix.os.name }} architecture: ${{ matrix.os.architecture }} version: '${{ matrix.os.version }}' @@ -35,6 +31,7 @@ jobs: mkdir build cd build cmake \ + -DBUILDNAME:STRING=r \ -D CTEST_DROP_SITE_INIT:STRING="my.cdash.org" \ -D SITE:STRING=fbsd .. - ctest -D Experimental + ctest -D Experimental -C Release