Skip to content

Commit

Permalink
try codespaces method for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
e-perl-NOAA committed Feb 4, 2025
1 parent 883da11 commit 584e916
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-admb-and-ss3-from-source.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,11 @@ jobs:
make -j $num_cpus_minus1
ls -l
chmod a+x admb
sudo mv admb /usr/local/bin
sudo cp -Rvf build/admb /usr/local/admb
sudo ln -sf /usr/local/admb/admb /usr/local/bin/admb
echo "/usr/local/bin/admb" >> $GITHUB_PATH
# sudo mv admb /usr/local/bin

# Fetch Tags
- name: Fetch git tags
Expand Down

0 comments on commit 584e916

Please sign in to comment.