diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2022-01-02 22:21:12 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-02 22:21:12 +0000 |
commit | 1e0fbcaa6c5991d6890966f8bd32ed00bfc462d3 (patch) | |
tree | 35905d8d01f96a7b4a803eab1cf980d5dee043bf /.github | |
parent | 14283246ab097199e0226db117ddb9cc097d6086 (diff) |
Update cmake.yml
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/cmake.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 834ac46d..7799db23 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -31,8 +31,6 @@ jobs: CXX: c++ - os: windows-latest environment_script: "C:/Program Files (x86)/Microsoft Visual Studio/2019/Enterprise/VC/Auxiliary/Build/vcvars64.bat" - CC: cl - CXX: cl steps: - uses: actions/checkout@v2 |