File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -34,14 +34,14 @@ jobs:
3434 steps :
3535 - uses : actions/checkout@v6
3636
37- - name : Set enviroment variables (Linux+GCC)
37+ - name : Set environment variables (Linux+GCC)
3838 if : ${{ matrix.config.compiler == 'gcc' }}
3939 shell : bash
4040 run : |
4141 echo "CC=gcc" >> $GITHUB_ENV
4242 echo "CXX=g++" >> $GITHUB_ENV
4343
44- - name : Set enviroment variables (Linux+Clang)
44+ - name : Set environment variables (Linux+Clang)
4545 if : ${{ matrix.config.compiler == 'clang' }}
4646 shell : bash
4747 run : |
6767 uses : ilammy/msvc-dev-cmd@v1
6868 with :
6969 arch : amd64
70- run : |
70+ - run : |
7171 mkdir ..\build
7272 cmake -S. -B../build -GNinja -DCMAKE_BUILD_TYPE=${{matrix.config.build-type}} -DCMAKE_CXX_STANDARD=${{matrix.config.cxxstd}}
7373
7979
8080 - name : Build (Windows)
8181 if : ${{ startsWith(matrix.config.os, 'windows') }}
82- uses : ilammy/msvc-dev-cmd@v1
83- with :
84- arch : amd64
8582 run : |
8683 cmake --build ../build/
8784
You can’t perform that action at this time.
0 commit comments