diff --git a/configure b/configure index a3c3189..d4ddc5d 100755 --- a/configure +++ b/configure @@ -4,5 +4,5 @@ curl -L https://foundry.paradigm.xyz | bash source /home/runner/.bashrc ls /home/runner/.config/.foundry/bin -export PATH="/home/runner/.config/.foundry/bin:$PATH" +echo "/home/runner/.config/.foundry/bin" >> $GITHUB_PATH foundryup \ No newline at end of file