Skip to content

Commit

Permalink
workflow修正その3。
Browse files Browse the repository at this point in the history
  • Loading branch information
yaneurao committed May 30, 2024
1 parent 8a5f772 commit aba7e7f
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/make-deep-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,20 +38,18 @@ jobs:

- name: install g++-11
run: |
sudo cat /etc/apt/sources.list
sudo ls -R /etc/apt/sources.list.d
# sudo cat /etc/apt/sources.list
# sudo ls -R /etc/apt/sources.list.d
sudo apt update
sudo apt install g++-11
if: ${{ matrix.compiler == 'g++-11' }}

- name: install clang-15
# LLVM APT
run: |
# install clang-15
wget https://apt.llvm.org/llvm.sh
sudo bash ./llvm.sh 15 all
sudo cat /etc/apt/sources.list
sudo ls -R /etc/apt/sources.list.d
sudo apt-get install -y clang-15
if: ${{ matrix.compiler == 'clang++-15' }}

- name: install ONNXRUNTIME
Expand Down

0 comments on commit aba7e7f

Please sign in to comment.