diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 9e0d8f8..dad610b 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -42,7 +42,7 @@ jobs: - name: Setup Fortran Package Manager uses: fortran-lang/setup-fpm@v3 with: - github-token: ${{ secrets.GITHUB_TOKEN }} + fpm-version: 'v0.3.0' - name: Compile run: fpm build --profile release diff --git a/fpm.toml b/fpm.toml index 14159b8..74fd686 100644 --- a/fpm.toml +++ b/fpm.toml @@ -72,7 +72,7 @@ name = "example_primes" source-dir = "examples" main = "example_primes.f90" -[[test]] -name = "c-test" -source-dir = "test/api" -main = "tester.c" +# [[test]] +# name = "c-test" +# source-dir = "test/api" +# main = "tester.c"