diff --git a/.github/workflows/install.yml b/.github/workflows/install.yml index 2543d86f9..f5854ed72 100644 --- a/.github/workflows/install.yml +++ b/.github/workflows/install.yml @@ -26,7 +26,7 @@ jobs: - name: make tests run: | source setup.sh - make + make riscof - name: regresssion run: | source setup.sh @@ -62,7 +62,7 @@ jobs: - name: make tests run: | source setup.sh - make + make riscof - name: regresssion run: | source setup.sh