Skip to content

Commit

Permalink
Use apt-get instead of apt
Browse files Browse the repository at this point in the history
  • Loading branch information
damonto authored Nov 26, 2023
1 parent 6626749 commit 19cb4fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
- name: Setup toolchain
if: runner.os == 'Linux'
run: |
sudo apt update
sudo apt install -y libpcsclite-dev libcurl4-openssl-dev gcc make cmake gcc-mingw-w64 g++-mingw-w64 unzip
sudo apt-get update
sudo apt-get install -y libpcsclite-dev libcurl4-openssl-dev gcc make cmake gcc-mingw-w64 g++-mingw-w64 unzip
- name: Build for Linux
if: runner.os == 'Linux'
Expand Down

0 comments on commit 19cb4fd

Please sign in to comment.