diff options
| author | Jokler <jokler@protonmail.com> | 2020-01-19 16:41:37 +0100 |
|---|---|---|
| committer | Jokler <jokler@protonmail.com> | 2020-01-19 16:41:37 +0100 |
| commit | 97f69e402d6cde8d6b755207c2a0bb28a870aa55 (patch) | |
| tree | 9ed83a406e46f8f725fb6b1034b12dd2467b47ab | |
| parent | 86c465c0747c4172534865fa037c9e0e3b1fdf2e (diff) | |
| download | pokebot-97f69e402d6cde8d6b755207c2a0bb28a870aa55.tar.gz pokebot-97f69e402d6cde8d6b755207c2a0bb28a870aa55.zip | |
Fix apt-get install command in CIv0.1.0
| -rw-r--r-- | .github/workflows/rust.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index d0210c0..63638a9 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -11,7 +11,7 @@ jobs: - name: Update repositories run: sudo apt-get update - name: Install gstreamer dependency - run: sudo apt-get libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev + run: sudo apt-get install libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev - name: Build run: cargo build --verbose - name: Run tests |
