Remove check for configure script

This commit is contained in:
Alejandro Gallo 2022-03-15 14:57:19 +01:00
parent fb9fdab703
commit 1fe8b81bcc

View File

@ -69,9 +69,6 @@ jobs:
with: with:
nix_path: nixpkgs=channel:nixos-unstable nix_path: nixpkgs=channel:nixos-unstable
- name: Check configure
run: test -f configure
- name: Configure - name: Configure
env: env:
WITH_SHELL: "nix-shell --argstr compiler gcc6 --run" WITH_SHELL: "nix-shell --argstr compiler gcc6 --run"