Skip to content

Commit

Permalink
MAINT: build AmpTools on ROOT v6.30.02
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Jan 12, 2024
1 parent 11d2a3a commit a937554
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/amptools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
build:
name: Build and execute
env:
ROOT_VERSION: v6.28.04
ROOT_VERSION: v6.30.02
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
Expand All @@ -49,7 +49,7 @@ jobs:
- name: Install ROOT (Ubuntu)
if: contains(matrix.os, 'ubuntu') && ! hashFiles('root/**')
run: |
tar_file=root_$ROOT_VERSION.Linux-ubuntu22-x86_64-gcc11.3.tar.gz
tar_file=root_$ROOT_VERSION.Linux-ubuntu22.04-x86_64-gcc11.4.tar.gz
wget https://root.cern/download/$tar_file -q
tar xzf $tar_file
source ./root/bin/thisroot.sh
Expand Down

0 comments on commit a937554

Please sign in to comment.