Skip to content

Commit

Permalink
Add missing cd
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Carter committed Jul 15, 2023
1 parent 440ce3e commit fc7633b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/Build_Examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ jobs:
cd /home/runner
wget https://ftp.gnu.org/gnu/make/make-3.81.tar.gz
tar -xvf make-3.81.tar.gz
cd make-3.81
./configure
make
make install --prefix=/home/runner/make-3.81
Expand Down

0 comments on commit fc7633b

Please sign in to comment.