Skip to content

Commit

Permalink
fix: add apt update step in GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
suhdonghwi committed Jun 21, 2021
1 parent c48581e commit f01fd1d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Update packages list
run: sudo apt update
- name: Install libasound2-dev
run: sudo apt install libasound2-dev
- name: Install libudev-dev
Expand Down
2 changes: 1 addition & 1 deletion params/sin.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
input_number = 1
output_number = 1
population = 300
population = 150

hidden_activation = 'Tanh'
output_activation = 'Linear'
Expand Down

0 comments on commit f01fd1d

Please sign in to comment.