Skip to content

Commit

Permalink
Merge branch 'main' of github.com:estkme/lpac into main
Browse files Browse the repository at this point in the history
  • Loading branch information
estkme committed Nov 26, 2023
2 parents 15bfcbc + 19cb4fd commit 4aa1fff
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 4aa1fff

Please sign in to comment.