Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kinokrt authored Dec 14, 2023
1 parent 177c525 commit a38bd8e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -239,14 +239,15 @@ jobs:
steps:
- name: Update available software list for apt-get
run: sudo apt-get update
run: |
lsb_release -a
sudo apt-get update
- name: Checkout `ipc` repository and submodules (`flow`, `ipc_*`)
uses: actions/checkout@v4
with:
submodules: true

# Many compilers are pre-installed; if not then fetch it.
- name: Install clang compiler
if: |
matrix.compiler.install && (matrix.compiler.name == 'clang')
Expand Down

0 comments on commit a38bd8e

Please sign in to comment.