Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-penev authored Sep 4, 2024
1 parent 968391b commit 95b3eff
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,12 @@ jobs:
cling: On
cling-version: '1.0'
cppyy: On
- name: ubu22-x86-gcc12-clang16-cuda
os: self-hosted
compiler: gcc-12
clang-runtime: '16'
cling: Off
cppyy: On
- name: osx13-x86-clang-clang17
os: macos-13
compiler: clang
Expand Down Expand Up @@ -98,6 +104,7 @@ jobs:
- name: Save PR Info on Unix systems
if: ${{ runner.os != 'windows' }}
run: |
echo "###" && sudo ls / && sudo touch /a1.txt
mkdir -p ./pr
echo ${{ github.event.number }} > ./pr/NR
echo ${{ github.repository }} > ./pr/REPO
Expand Down Expand Up @@ -177,7 +184,6 @@ jobs:
- name: Install deps on Linux
if: runner.os == 'Linux'
run: |
echo "###" && sudo ls / && sudo touch /a1.txt
# Install deps
sudo apt-get update --yes
sudo apt-get install --yes --no-install-recommends ncurses-dev libtinfo-dev libtinfo5 lld
Expand Down

0 comments on commit 95b3eff

Please sign in to comment.