Skip to content

Commit

Permalink
fix: CI workflows (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielePicco authored Feb 1, 2025
1 parent b92935b commit 2fd9825
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: |
dotnet tool install Cake.Tool --version 1.1.0
dotnet tool restore
sh -c "$(curl -sSfL https://release.solana.com/v1.14.11/install)"
sh -c "$(curl -sSfL https://release.solana.com/v1.18.0/install)"
export PATH="/home/runner/.local/share/solana/install/active_release/bin:$PATH"
solana-test-validator -u m -c whirLbMiicVdio4qvUfM5KAg6Ct8VwpYzGff3uctyCc -c CtXfPzz36dH5Ws4UYKZvrQ1Xqzn42ecDW6y8NKuiN8nD -c metaqbxxUerdq28cj1RbAWkYQm3ybzjb6a8bt518x1s -c PwDiXFxQsGra4sFFTT8r1QWRMd4vfumiWC1jfWNfdYT --mint 5ZWj7a1f8tWkjBESHKgrLmXshuXxqeY9SYcfbshpAqPG > /dev/null &
sleep 5
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: |
dotnet tool install Cake.Tool --version 1.1.0
dotnet tool restore
sh -c "$(curl -sSfL https://release.solana.com/v1.14.11/install)"
sh -c "$(curl -sSfL https://release.solana.com/v1.18.0/install)"
export PATH="/home/runner/.local/share/solana/install/active_release/bin:$PATH"
solana-test-validator -u m -c whirLbMiicVdio4qvUfM5KAg6Ct8VwpYzGff3uctyCc -c CtXfPzz36dH5Ws4UYKZvrQ1Xqzn42ecDW6y8NKuiN8nD -c metaqbxxUerdq28cj1RbAWkYQm3ybzjb6a8bt518x1s -c PwDiXFxQsGra4sFFTT8r1QWRMd4vfumiWC1jfWNfdYT --mint 5ZWj7a1f8tWkjBESHKgrLmXshuXxqeY9SYcfbshpAqPG > /dev/null &
sleep 5
Expand Down

0 comments on commit 2fd9825

Please sign in to comment.