Skip to content

Commit

Permalink
dont set HOME as /root
Browse files Browse the repository at this point in the history
  • Loading branch information
bennibbelink committed Nov 12, 2023
1 parent c1adf0b commit b964da6
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ jobs:
fail-fast: false
matrix:
ubuntu_versions : [
20.04,
# 20.04,
22.04,
]
pkg_mgr : [
apt,
conda,
# conda,
]
cyclus_tag: [
latest,
Expand All @@ -41,10 +41,6 @@ jobs:
- name: Checkout Cycamore
uses: actions/checkout@v3

- name: Change Home
run: |
echo "HOME=/root" >> "$GITHUB_ENV"
- name: Build Cycamore
run: |
python install.py --prefix=/root/.local -j 2 --build-type=Release --core-version 99999.99999
Expand Down

0 comments on commit b964da6

Please sign in to comment.