summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorred031000 <rubenru09@aol.com>2021-05-06 17:15:19 +0100
committerred031000 <rubenru09@aol.com>2021-05-06 17:15:19 +0100
commit24ac84f8e4b4afafc8c0ed97d80cbdb2ee156c80 (patch)
treed9841b747e84ee95fd1a05060527db8e29f2475e
parent27b2a4ef81e44c959445f49f78f14eaf5e3cbe00 (diff)
attempt to fix build
-rw-r--r--.github/workflows/build.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 4e0f34ea..c0ed87df 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -24,7 +24,7 @@ jobs:
wget -qO - https://dl.winehq.org/wine-builds/winehq.key | sudo apt-key add -
sudo add-apt-repository ppa:cybermax-dexter/sdl2-backport
sudo apt-add-repository "deb https://dl.winehq.org/wine-builds/ubuntu $(lsb_release -cs) main"
- sudo apt -y --allow-downgrades install --install-recommends winehq-stable
+ sudo apt -y --allow-downgrades install --install-recommends wine-stable winehq-stable
- name: Checkout Repo
uses: actions/checkout@v2
- name: Setup Repo
@@ -43,7 +43,7 @@ jobs:
- name: Build Diamond
run: make diamond
- name: Build Pearl
- run: make pearl
+ run: make pearl
- name: Webhook
run: |
sudo chmod 755 $GITHUB_WORKSPACE/.github/calcrom/webhook.sh