From 6a916d766b2f766ed9a45f9f008b3f7b737e3c89 Mon Sep 17 00:00:00 2001 From: s1lentq Date: Sat, 17 Apr 2021 18:14:32 +0700 Subject: [PATCH] Update README.md build.yml [skip ci] --- .github/workflows/build.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8c84908..02c1eda 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -109,7 +109,7 @@ jobs: - name: Play demos run: | chown root ~ - cp -r deps/rehlds/* . + rsync -a deps/rehlds/* . mv $GITHUB_WORKSPACE/tests/swds.dll . descs=( diff --git a/README.md b/README.md index 15b6a41..32f395c 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ There are several software requirements for building rehlds: #### Windows
-Visual Studio 2013 and later
+Visual Studio 2015 (C++14 standard) and later
 
#### Linux