diff options
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r-- | azure-pipelines.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index a897118d..5b97d25e 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -47,7 +47,7 @@ jobs: - bash: | sudo xcode-select -s /Applications/Xcode_10.2.app brew install ninja - brew install g++@8 + brew install gcc@8 displayName: 'Install' - bash: | cd 3rd/luamake @@ -86,7 +86,7 @@ jobs: displayName: 'Init' - bash: | sudo apt-get install -y libreadline-dev ninja-build - sudo apt-get install g++-8 + sudo apt-get install -y gcc-8 displayName: 'Install' - bash: | cd 3rd/luamake |