From 2b9e96447d574439eb6454079697556a29316dc2 Mon Sep 17 00:00:00 2001 From: Patrick Shriwise Date: Thu, 15 Aug 2024 16:50:55 -0500 Subject: [PATCH] Updating OpenMC clone destination --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d93f948..5d3602a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: - name: Clone OpenMC run: | - git clone https://github.com/openmc-dev/openmc --branch v0.15.0 $HOME + git clone https://github.com/openmc-dev/openmc --branch v0.15.0 $HOME/openmc - name: Test examples run: |