Skip to content

Commit

Permalink
Fix incorrect changes to mu_feature_config custom Ubuntu-GCC5 pipeline (
Browse files Browse the repository at this point in the history
#61)

Fixes an incorrect change that resulted in an invalid pipeline file.
  • Loading branch information
cfernald authored Dec 6, 2022
1 parent 663b851 commit decf21f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,17 @@ jobs:
do_ci_build: true
do_ci_setup: false
extra_steps:
- script: sudo apt-get install mingw-w64
- script: sudo microdnf install --assumeyes mingw64-gcc
displayName: Install Windows Resource Compiler for Linux
packages: SetupDataPkg
target_list: DEBUG,RELEASE,NO-TARGET,NOOPT
tool_chain_tag: $(tool_chain_tag)
vm_image: $(vm_image)
container_build: true

- template: Jobs/Python/RunDevTests.yml@mu_devops
parameters:
code_cov_enabled: true
custom_job_name: ubuntu
root_package_folder: SetupDataPkg/Tools
vm_image: $(vm_image)
container_build: true

0 comments on commit decf21f

Please sign in to comment.