Commit ad47d398 authored by Nguyen, Thien Minh's avatar Nguyen, Thien Minh
Browse files

Fix new lines in a CI command



Signed-off-by: default avatarThien Nguyen <nguyentm@ornl.gov>
parent 715edc7c
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -34,10 +34,7 @@ jobs:
        run: sudo apt-get -y update && sudo apt-get install -y --no-install-recommends ninja-build libssl-dev libcurl4-openssl-dev python3 libpython3-dev python3-pip libblas-dev liblapack-dev wget gnupg lsb-release

      - name: Install llvm-csp
        run:  wget -qO- https://aide-qc.github.io/deploy/aide_qc/debian/PUBLIC-KEY.gpg | sudo apt-key add - \
              wget -qO- "https://aide-qc.github.io/deploy/aide_qc/debian/$(lsb_release -cs)/aide-qc.list" | sudo tee -a /etc/apt/sources.list.d/aide-qc.list \
              sudo apt-get update \
              sudo apt-get install aideqc-llvm  
        run:  wget -qO- https://aide-qc.github.io/deploy/aide_qc/debian/PUBLIC-KEY.gpg | sudo apt-key add - && wget -qO- "https://aide-qc.github.io/deploy/aide_qc/debian/$(lsb_release -cs)/aide-qc.list" | sudo tee -a /etc/apt/sources.list.d/aide-qc.list && sudo apt-get update && sudo apt-get install aideqc-llvm  

      # Manually build+install XACC so that we can pick up the latest version.
      - name: Build and install xacc