Skip to content
This repository has been archived by the owner on Jun 15, 2024. It is now read-only.

Commit

Permalink
fix runners
Browse files Browse the repository at this point in the history
  • Loading branch information
int-72h authored Jun 11, 2024
1 parent f8188a5 commit 62164f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y libnotify4 libnotify-dev libcurl4-openssl-dev
cp linux/* bin/
cp windows/* bin/
cp -r linux/* bin/
cp -r windows/* bin/
mkdir -v -p build/windows
cp windows/* build/windows
- name: Windows Build
Expand Down

0 comments on commit 62164f2

Please sign in to comment.