Skip to content

Commit

Permalink
Update taox11.yml
Browse files Browse the repository at this point in the history
Test --no-upgrade
  • Loading branch information
jwillemsen authored May 29, 2024
1 parent c30a808 commit c6901e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/taox11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
- name: Add packages
run: |
sudo apt-get --yes update
sudo apt-get --yes install libxerces-c-dev libssl-dev ${{ matrix.PackageDeps }}
sudo apt-get --yes install --no-upgrade libxerces-c-dev libssl-dev ${{ matrix.PackageDeps }}
- name: Run brix11 configure
run: |
$X11_BASE_ROOT/bin/brix11 -D RIDL_ROOT=$RIDL_ROOT/lib configure -W aceroot=$ACE_ROOT -W taoroot=$TAO_ROOT -W mpcroot=$MPC_ROOT
Expand Down

0 comments on commit c6901e9

Please sign in to comment.