diff options
| author | Skye Deving <76892045+skyedeving@users.noreply.github.com> | 2021-01-27 02:25:57 -0600 |
|---|---|---|
| committer | Skye Deving <76892045+skyedeving@users.noreply.github.com> | 2021-01-28 11:05:42 -0600 |
| commit | 0074bd0e708931f52bcaef2fe40583ffbc3f6e8f (patch) | |
| tree | 6ca6ec6687e7e184bd46cdd08016a2ed8deacdfc /.github | |
| parent | ecf472d4a20f634aa0738fbc9800eda0a5ab842b (diff) | |
Copy the dynamic lib
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 326a69b0..f85746ec 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,7 +16,7 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Install catch2 + - name: Install Catch2 shell: bash run: | curl -L https://github.com/catchorg/Catch2/archive/v2.13.4.tar.gz -o catch2.tar.gz @@ -30,7 +30,7 @@ jobs: # discord-rpc curl -L https://github.com/discordapp/discord-rpc/releases/download/v3.4.0/discord-rpc-win.zip -o discord_rpc_win.zip unzip discord_rpc_win.zip - cp discord-rpc/win64-static/lib/discord-rpc.lib ../lib + cp discord-rpc/win64-dynamic/lib/discord-rpc.lib ../lib # BASS mkdir bass |
