Skip to content

Commit

Permalink
test: run scons directly
Browse files Browse the repository at this point in the history
  • Loading branch information
c-dilks committed Feb 8, 2024
1 parent 04c373e commit 0ba1658
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
run: |
apt -y update
apt -y upgrade
apt -y install git scons python2
apt -y install scons
- name: checkout repository
uses: actions/checkout@v4
Expand Down Expand Up @@ -57,8 +57,8 @@ jobs:
- name: build ccdb
run: |
cd $CCDB_HOME
bash environment.bash
/usr/bin/env python2 $(which scons)
source environment.bash
scons
- name: build clas12root
run: |
Expand Down

0 comments on commit 0ba1658

Please sign in to comment.