Skip to content

Commit

Permalink
Update PRNG.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Matheuzinh0 authored Oct 29, 2024
1 parent fd4a69c commit 77eeaa1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/PRNG.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
- name: Executar os programas
run: |
echo "Executando os scripts PRNG..."
chmod777 " ./code/PRNG2_m32_l8"
chmod777 " ./code/PRNG2_m64_l8"
chmod777 " ./code/PRNG2_m64_l16"
chmod 777 " ./code/PRNG2_m32_l8"
chmod 777 " ./code/PRNG2_m64_l8"
chmod 777 " ./code/PRNG2_m64_l16"
./code/PRNG2_m32_l8
./code/PRNG_m64_l8
./code/PRNGm64_l16

0 comments on commit 77eeaa1

Please sign in to comment.