We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f5d427 commit a443a8dCopy full SHA for a443a8d
.github/workflows/main.yml
@@ -21,21 +21,6 @@ jobs:
21
Expand-Archive "premake.zip" -DestinationPath "C:\tools"
22
echo "C:\tools" | Out-File -Append -FilePath $env:GITHUB_PATH
23
24
- - name: Set CC and CXX environment variables
25
- run: |
26
- echo "CC=clang" | Out-File -Append -FilePath $env:GITHUB_ENV
27
- echo "CXX=clang++" | Out-File -Append -FilePath $env:GITHUB_ENV
28
-
29
- - name: Cache Compilation Outputs
30
- uses: actions/cache@v2
31
- with:
32
- path: |
33
- output/**/bin/
34
- output/**/obj/
35
- key: ${{ runner.os }}-compilation-${{ hashFiles('**/*.cpp', '**/*.h') }}
36
- restore-keys: |
37
- ${{ runner.os }}-compilation-
38
39
- name: Setup MSBuild
40
uses: microsoft/setup-msbuild@v1.1
41
0 commit comments