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 ebef698 commit 011bd41
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/PRNG.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,6 @@ jobs:
steps:
- name: Verificar código
uses: actions/checkout@v3

- name: Compilar os programas
run: |
echo "Compilando os programas..."
gcc -o code/PRNG2_m32_l8 code/PRNG2_m32_l8.c
gcc -o code/PRNG_m64_l8 code/PRNG_m64_l8.c
gcc -o code/PRNGm64_l16 code/PRNGm64_l16.c
- name: Executar os programas
run: |
echo "Executando os scripts PRNG..."
Expand Down

0 comments on commit 011bd41

Please sign in to comment.