Skip to content

Commit a443a8d

Browse files
authored
Updated main.yml.
1 parent 6f5d427 commit a443a8d

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -21,21 +21,6 @@ jobs:
2121
Expand-Archive "premake.zip" -DestinationPath "C:\tools"
2222
echo "C:\tools" | Out-File -Append -FilePath $env:GITHUB_PATH
2323
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-
3924
- name: Setup MSBuild
4025
uses: microsoft/setup-msbuild@v1.1
4126

0 commit comments

Comments
 (0)