From 7734ed055a30e201ad1977785f7570bd0bc5d7f7 Mon Sep 17 00:00:00 2001 From: Sebastian Ehlert <28669218+awvwgk@users.noreply.github.com> Date: Wed, 23 Feb 2022 23:04:41 +0100 Subject: [PATCH] Use fpm 0.3.0 for testing (#41) - remove C test which is not supported with that fpm release (FIXME) --- .github/workflows/CI.yml | 2 +- fpm.toml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) 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"