From 6dbf714843486c200368c56af5cd4906d416fd3d Mon Sep 17 00:00:00 2001 From: Stanislav Motylkov Date: Tue, 25 Jun 2024 14:50:09 +0300 Subject: [PATCH] GitHub: AdPlug's `master` branch now has required patches for DJGPP/Adplay DOS compatibility --- .github/workflows/docker-adplay-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-adplay-build.yml b/.github/workflows/docker-adplay-build.yml index 77a0aaa..9ad0c59 100644 --- a/.github/workflows/docker-adplay-build.yml +++ b/.github/workflows/docker-adplay-build.yml @@ -20,7 +20,7 @@ jobs: uses: actions/checkout@v4 with: repository: 'adplug/adplug' - ref: 'db2cb13954adf124eed768ef62c8ba7d926f0d39' # Target specific commit, it contains patches for Adplug to provide DJGPP/Adplay DOS compatibility. TODO: Replace with new AdPlug tagged version when released + ref: 'master' # TODO: Replace with new AdPlug tagged version when released path: adplug - name: Checkout libbinio uses: actions/checkout@v4