Browse Source

Run apt-get update before install

pull/72/head
Mark Drobnak 2 years ago committed by GitHub
parent
commit
04aaff55fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/ci.yml

2
.github/workflows/ci.yml

@ -39,7 +39,7 @@ jobs:
default: true default: true
- name: Install build tools for host - name: Install build tools for host
run: sudo apt-get install -y build-essential run: sudo apt-get update && sudo apt-get install -y build-essential
- name: Install cargo-3ds - name: Install cargo-3ds
uses: actions-rs/cargo@v1 uses: actions-rs/cargo@v1

Loading…
Cancel
Save