Skip to content

Commit

Permalink
Merge branch 'nix-devtools-fix-mac-aarch64' of github.com:roc-lang/ro…
Browse files Browse the repository at this point in the history
…c into nix-devtools-fix-mac-aarch64
  • Loading branch information
Anton-4 committed Sep 26, 2023
2 parents a66994e + 8997aa3 commit 0c2dd9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/devtools_test_macos_apple_silicon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@ jobs:
# if: steps.checklock.outputs.changed == 'true'
id: devtools_test_step
run: |
sed -i "s|/home/username/gitrepos/roc|$(realpath .)|g" devtools/flake.nix
sed -i '' "s|/home/username/gitrepos/roc|$(realpath .)|g" devtools/flake.nix
cat devtools/flake.nix
mkdir -p ../temp
cp devtools/flake.nix ../temp
cp devtools/flake.lock ../temp
cd ../temp
git init
git add flake.nix flake.lock
nix develop
nix develop --show-trace
- name: Print tip on fail
if: steps.devtools_test_step.outcome == 'failure'
Expand Down

0 comments on commit 0c2dd9b

Please sign in to comment.