Skip to content

Commit

Permalink
simplified tests runner
Browse files Browse the repository at this point in the history
  • Loading branch information
mpscholten committed Oct 3, 2023
1 parent c283c92 commit 877d8ef
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/pr_compile_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,6 @@ jobs:
runs-on: ARM64
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v22
with:
nix_path: nixpkgs=https://github.com/NixOS/nixpkgs/archive/a95ed9fe764c3ba2bf2d2fa223012c379cd6b32e.tar.gz
if: matrix.os != 'ARM64'
- uses: cachix/cachix-action@v12
with:
name: digitallyinduced
skipPush: true
if: matrix.os != 'ARM64'
- run: |
mkdir -p ~/.config/nixpkgs
echo "{ allowBroken = true; }" >> ~/.config/nixpkgs/config.nix
if: matrix.os != 'ARM64'
- run: |
cd $GITHUB_WORKSPACE
nix develop --impure --command fastbuild

0 comments on commit 877d8ef

Please sign in to comment.