Skip to content

Commit

Permalink
using newer github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
eteran committed Mar 28, 2024
1 parent 287a6b7 commit e2139e6
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 @@ -17,7 +17,7 @@ jobs:
- name: Install Dependencies
run: sudo apt-get install -y libcapstone-dev libgraphviz-dev

- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
submodules: true

Expand All @@ -39,7 +39,7 @@ jobs:
# build_windows:
# runs-on: windows-latest
# steps:
# - uses: actions/checkout@v2
# - uses: actions/checkout@v4
# - uses: MasterQ32/install-qt-action@master
# with:
# version: '5.15.0'
Expand Down

0 comments on commit e2139e6

Please sign in to comment.