Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Karl W Schulz <[email protected]>
  • Loading branch information
koomie committed Apr 19, 2024
1 parent 040e0f3 commit 44e6a4c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/rhel-8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ jobs:
- name: Install baseline OS dependencies
run: |
# https://github.com/actions/runner/issues/2033
pwd
# pwd
chown -R $(id -u):$(id -g) $PWD
whoami
ls -ld .
yum -y update
# whoami
# ls -ld .
# yum -y update
yum -y install git
yum -y install python39
yum -y install cmake3
Expand All @@ -45,6 +45,7 @@ jobs:
whoami
python3.9 -m pip install -r requirements.txt
python3.9 -m pip install -r requirements-test.txt
python3.9 -m pip install -r requirements-test.txt
- name: Configure and install
run: |
mkdir build
Expand Down

0 comments on commit 44e6a4c

Please sign in to comment.