From aa62a42bbc18fcf79223b16a16e675bc39b5bed5 Mon Sep 17 00:00:00 2001 From: zenground0 Date: Tue, 27 Aug 2024 09:32:11 -0600 Subject: [PATCH] A little less suspect --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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