Skip to content

Commit

Permalink
Merge branch 'master' into mbedtls3
Browse files Browse the repository at this point in the history
  • Loading branch information
Aidan63 authored Jun 16, 2024
2 parents d23c320 + 8e3bc36 commit 17e6116
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/azure-pipelines/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
displayName: Install dependencies
- script: |
set -ex
sudo systemctl unmask mysql.service
sudo systemctl unmask mysql.service
sudo systemctl start mysql
sudo mysql -u root -e "create database hxcpp; grant all privileges on hxcpp.* to hxcpp@localhost identified by 'hxcpp'; flush privileges;"
displayName: Configure MariaDB
Expand Down
2 changes: 1 addition & 1 deletion tools/hxcpp/PathManager.hx
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ class PathManager

try
{
output = ProcessManager.runProcess(Sys.getEnv ("HAXEPATH"), "haxelib", [ "path", name ], true, false);
output = ProcessManager.runProcess("", "haxelib", [ "path", name ], true, false);
}
catch (e:Dynamic) {}

Expand Down

0 comments on commit 17e6116

Please sign in to comment.