Skip to content

Commit

Permalink
Additional jobs fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
mitza-oci committed Jan 23, 2024
1 parent 16679c7 commit 0babfcc
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1632,6 +1632,8 @@ jobs:
id-token: write

steps:
- name: Update apt indexes
run: sudo apt-get -y update
- name: install xerces
run: sudo apt-get -y install libxerces-c-dev
- name: checkout MPC
Expand Down Expand Up @@ -1931,6 +1933,8 @@ jobs:
id-token: write

steps:
- name: Update apt indexes
run: sudo apt-get -y update
- name: install xerces
run: sudo apt-get -y install libxerces-c-dev
- name: checkout MPC
Expand Down Expand Up @@ -3028,6 +3032,8 @@ jobs:
needs: ACE_TAO_u20_gcc10_bsafe_js0_FM-2c

steps:
- name: Update apt indexes
run: sudo apt-get -y update
- name: install xerces
run: sudo apt-get -y install libxerces-c-dev
- name: checkout MPC
Expand Down Expand Up @@ -3603,6 +3609,8 @@ jobs:
id-token: write

steps:
- name: Update apt indexes
run: sudo apt-get -y update
- name: install xerces
run: sudo apt-get -y install libxerces-c-dev
- name: checkout MPC
Expand Down Expand Up @@ -3895,6 +3903,8 @@ jobs:
id-token: write

steps:
- name: Update apt indexes
run: sudo apt-get -y update
- name: install xerces
run: sudo apt-get -y install libxerces-c-dev
- name: checkout MPC
Expand Down Expand Up @@ -4198,6 +4208,8 @@ jobs:
id-token: write

steps:
- name: Update apt indexes
run: sudo apt-get -y update
- name: install xerces
run: sudo apt-get -y install libxerces-c-dev
- name: checkout MPC
Expand Down Expand Up @@ -4518,6 +4530,8 @@ jobs:
run: |
tar xvJf openssl3_u20.tar.xz
rm -f openssl3_u20.tar.xz
- name: Update apt indexes
run: sudo apt-get -y update
- name: install xerces
run: sudo apt-get -y install libxerces-c-dev
- name: checkout MPC
Expand Down Expand Up @@ -4877,6 +4891,8 @@ jobs:
id-token: write

steps:
- name: Update apt indexes
run: sudo apt-get -y update
- name: install xerces
run: sudo apt-get -y install libxerces-c-dev
- name: checkout MPC
Expand Down

0 comments on commit 0babfcc

Please sign in to comment.