Skip to content

Commit

Permalink
Merge branch 'HaxeFoundation:master' into patch-3
Browse files Browse the repository at this point in the history
  • Loading branch information
MAJigsaw77 authored Feb 1, 2025
2 parents 1226f1a + 540e2f1 commit 27c586a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,8 @@ jobs:
run: |
set -ex
sudo rm -R /var/lib/mysql/
curl -sS https://downloads.mariadb.com/MariaDB/mariadb_repo_setup > mariadb_repo_setup
curl -sS https://downloads.mariadb.com/MariaDB/mariadb_repo_setup.sha256 > mariadb_repo_setup.sha256
curl -sSL https://downloads.mariadb.com/MariaDB/mariadb_repo_setup > mariadb_repo_setup
curl -sSL https://downloads.mariadb.com/MariaDB/mariadb_repo_setup.sha256 > mariadb_repo_setup.sha256
sha256sum --check mariadb_repo_setup.sha256
sudo bash mariadb_repo_setup
sudo apt-get update -qqy
Expand Down
2 changes: 2 additions & 0 deletions tools/hxcpp/BuildTool.hx
Original file line number Diff line number Diff line change
Expand Up @@ -771,6 +771,8 @@ class BuildTool
}
}
Profile.pop();
case _ if (inDestination != null):
Log.warn('Target \'${inTarget}\' does not output a file, so \'destination\' has been ignored');
}

if (mCopyFiles.length>0)
Expand Down

0 comments on commit 27c586a

Please sign in to comment.