Skip to content

Commit

Permalink
fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
z4yx committed Oct 11, 2023
1 parent 1e7a9a0 commit 38ad838
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/opensc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: opensc-build
on: [push, pull_request]
jobs:
build_test:
name: Build and Test
name: Build opensc package
runs-on: ubuntu-latest
steps:
- name: Package Install
Expand All @@ -11,6 +11,7 @@ jobs:
sudo apt-get update
sudo apt-get install -q -y git gcc g++ cmake swig psmisc procps debian-keyring devscripts
sudo apt-get build-dep -q -y opensc
sudo rm -f /usr/bin/clang-tidy
- name: Build the package
run: |
dget http://archive.ubuntu.com/ubuntu/pool/universe/o/opensc/opensc_0.23.0-0.1ubuntu1.dsc
Expand Down

0 comments on commit 38ad838

Please sign in to comment.