Skip to content

Commit

Permalink
Update github-action.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
simeononsecurity authored Aug 18, 2023
1 parent a5954a8 commit e2ab406
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions github-action.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ common_flags="-O3 -ffinite-loops -ffast-math -D_REENTRANT -finline-functions -fa
spu_models=("Cortex-A53" "Cortex-A55" "Cortex-A57" "Cortex-A72" "Cortex-A73" "Cortex-A75" "Cortex-A76" "Cortex-A78c" "Cortex-A78")

# Create a directory to store the zip files
sudo mkdir -p /root/ccminer/
sudo mkdir -p ../ccminer/

# Loop through the SPU model names
for model_name in "${spu_models[@]}"; do
Expand Down Expand Up @@ -60,7 +60,7 @@ for model_name in "${spu_models[@]}"; do
sudo make install

# Create a zip file
zip -r "ccminer_$model_name.zip" /root/ccminer/
zip -r "ccminer_$model_name.zip" ../ccminer/

echo "$model_name done!"
done
Expand Down

0 comments on commit e2ab406

Please sign in to comment.