Skip to content

Commit

Permalink
[Misc] Fix CI workflow
Browse files Browse the repository at this point in the history
Summary: Fix CI workflow

Test Plan: CI

Reviewed-by: sendaoYan, yuleil

Issue: #674
  • Loading branch information
Accelerator1996 authored and JoshuaZhuwj committed Oct 27, 2023
1 parent 8fbcbf7 commit e41131b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/submit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install gcc-9=9.4.0-1ubuntu1~20.04.1 g++-9=9.4.0-1ubuntu1~20.04.1 libxrandr-dev libxtst-dev libcups2-dev libasound2-dev
sudo apt-get install gcc-9 g++-9 libxrandr-dev libxtst-dev libcups2-dev libasound2-dev
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-9 100 --slave /usr/bin/g++ g++ /usr/bin/g++-9
- name: Configure
Expand Down

0 comments on commit e41131b

Please sign in to comment.