ci: fix paths to apt retry script (#230274)

This commit is contained in:
Robo
2024-10-02 09:35:33 +09:00
committed by GitHub
parent 14ac777e87
commit a287cd4260
2 changed files with 4 additions and 4 deletions
@@ -45,8 +45,8 @@ steps:
- script: |
set -e
../linux/apt-retry.sh sudo apt-get update
../linux/apt-retry.sh sudo apt-get install -y libkrb5-dev
./build/azure-pipelines/linux/apt-retry.sh sudo apt-get update
./build/azure-pipelines/linux/apt-retry.sh sudo apt-get install -y libkrb5-dev
displayName: Setup system services
condition: and(succeeded(), ne(variables.NODE_MODULES_RESTORED, 'true'))
@@ -59,8 +59,8 @@ steps:
- script: |
set -e
../linux/apt-retry.sh sudo apt-get update
../linux/apt-retry.sh sudo apt-get install -y libkrb5-dev
./build/azure-pipelines/linux/apt-retry.sh sudo apt-get update
./build/azure-pipelines/linux/apt-retry.sh sudo apt-get install -y libkrb5-dev
displayName: Setup system services
condition: and(succeeded(), ne(variables.NODE_MODULES_RESTORED, 'true'))