diff --git a/.github/actions/build/action.yml b/.github/actions/build/action.yml index 2086c709..d40ae038 100644 --- a/.github/actions/build/action.yml +++ b/.github/actions/build/action.yml @@ -26,7 +26,7 @@ runs: run: brew install autoconf autoconf-archive automake pkg-config - name: simple build - run: echo "preset = ${{ inputs.preset }}" + run: echo "preset = ${{ inputs.preset }} os = ${{ runner.os }}" shell: bash - name: install contemporary cmake