summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
diff options
context:
space:
mode:
authorRay <[email protected]>2020-08-17 21:10:34 +0200
committerGitHub <[email protected]>2020-08-17 21:10:34 +0200
commitc6ddaaf953315c44d393166fb8be42e9e82d3390 (patch)
treed41996eaf57d544515bad5bafea8b203324ef593 /.github/workflows
parentebeee7ebedc1816d7d2bde07ef0b531da895adc0 (diff)
downloadraylib-c6ddaaf953315c44d393166fb8be42e9e82d3390.tar.gz
raylib-c6ddaaf953315c44d393166fb8be42e9e82d3390.zip
Update windows.yml
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/windows.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index 60ee7c30..915350e2 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -40,7 +40,7 @@ jobs:
cd raylib_3.1_win${{ matrix.bits }}
mkdir include
mkdir lib-${{ matrix.compiler }}
- cd ../../raylib
+ cd ../../../raylib
# Setup MSBuild.exe path if required
- name: Setup MSBuild