diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 13aa23a..acae1b0 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -246,6 +246,4 @@ jobs: shell: msys2 {0} env: GLCONTEXT_WIN_LIBGL: "C:/msys64/mingw64/bin/opengl32.dll" - run: | - env | sort - ctest --extra-verbose --exclude-regex example --output-on-failure \ No newline at end of file + run: ctest --extra-verbose --exclude-regex example --output-on-failure \ No newline at end of file