Add support to force using binary install (#1082)

Check if the USE_BIN_INSTALL variable is set to true and skip package manager discovery
This commit is contained in:
Maycon Santos
2023-08-16 15:10:57 +02:00
committed by GitHub
parent 442ba7cbc8
commit 01f2b0ecb7
5 changed files with 60 additions and 104 deletions

View File

@@ -9,7 +9,6 @@ on:
- 'infrastructure_files/**'
- '.github/workflows/test-infrastructure-files.yml'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.head_ref || github.actor_id }}
cancel-in-progress: true