Skip to content

Commit

Permalink
Update apt sources before installing dependencies on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
atruskie authored Jun 23, 2021
1 parent e5aacb0 commit 3c2fd47
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build/install_dependencies.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,13 @@ if ($IsLinux) {
sudo update-binfmts --display
}

log "Updating apt sources"
exec { sudo apt-get update }

log "Installing SoX"
exec { sudo apt-get install -y libsox-fmt-all sox }

log "Installing wavpack"
exec { sudo apt-get install -y wavpack }

}
}

0 comments on commit 3c2fd47

Please sign in to comment.