2
0
mirror of https://github.com/rehlds/rehlds.git synced 2024-12-28 15:45:46 +03:00

Update README.md build.yml [skip ci]

This commit is contained in:
s1lentq 2021-04-17 18:14:32 +07:00
parent 2cd25fa7f8
commit 6a916d766b
2 changed files with 2 additions and 2 deletions

View File

@ -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=(

View File

@ -68,7 +68,7 @@ There are several software requirements for building rehlds:
#### Windows
<pre>
Visual Studio 2013 and later
Visual Studio 2015 (C++14 standard) and later
</pre>
#### Linux