Skip to content

Commit

Permalink
Update fpm and CI
Browse files Browse the repository at this point in the history
  • Loading branch information
gha3mi committed Jan 17, 2024
1 parent a7928cf commit 284e2cb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI_benchmark_dot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
git config --global user.name 'GitHub Actions'
git config --global user.email '
git config user.name "github-actions[bot]"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
git switch -c results
git add benchmarks/dot/results
git commit -m "Update results"
Expand Down
10 changes: 5 additions & 5 deletions fpm.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ implicit-external = false
source-form = "free"

[dependencies]
kinds = {git="https://github.com/gha3mi/kinds.git"}
fortime = {git="https://github.com/gha3mi/fortime.git"}
FACE = {git="https://github.com/szaghi/FACE.git"}
formatmul = {git="https://github.com/gha3mi/formatmul.git", branch = "dev"}
fordot = {git="https://github.com/gha3mi/fordot.git"}
kinds = {git="https://github.com/gha3mi/kinds.git"}
fortime = {git="https://github.com/gha3mi/fortime.git"}
FACE = {git="https://github.com/szaghi/FACE.git"}
formatmul = {git="https://github.com/gha3mi/formatmul.git"}
fordot = {git="https://github.com/gha3mi/fordot.git"}

[preprocess]
[preprocess.cpp]
Expand Down

0 comments on commit 284e2cb

Please sign in to comment.