Skip to content

Commit

Permalink
Remove unnecessary dependencies from CI (#49)
Browse files Browse the repository at this point in the history
- These were copied from another project and I forgot to clean it up.
  • Loading branch information
parasyte authored Dec 30, 2020
1 parent b7cd0ce commit 72019a0
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ jobs:
steps:
- name: Checkout sources
uses: actions/checkout@v2
- name: Update apt repos
run: sudo apt-get -y update
- name: Install dependencies
run: sudo apt -y install libsdl2-dev
- name: Install toolchain
uses: actions-rs/toolchain@v1
with:
Expand All @@ -37,10 +33,6 @@ jobs:
steps:
- name: Checkout sources
uses: actions/checkout@v2
- name: Update apt repos
run: sudo apt-get -y update
- name: Install dependencies
run: sudo apt -y install libsdl2-dev
- name: Install toolchain
uses: actions-rs/toolchain@v1
with:
Expand All @@ -57,10 +49,6 @@ jobs:
steps:
- name: Checkout sources
uses: actions/checkout@v2
- name: Update apt repos
run: sudo apt-get -y update
- name: Install dependencies
run: sudo apt -y install libsdl2-dev
- name: Install toolchain
uses: actions-rs/toolchain@v1
with:
Expand Down

0 comments on commit 72019a0

Please sign in to comment.