Skip to content

Commit

Permalink
Update workflow version
Browse files Browse the repository at this point in the history
  • Loading branch information
mubes committed Sep 4, 2024
1 parent 4d758dd commit 326a9f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- run: brew install zmq sdl2 libelf
- run: pip3 install meson
- run: pip3 install ninja
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: meson setup ./build
- run: ninja -C ./build
- run: meson install -C ./build --destdir ./install
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
mingw-w64-x86_64-meson
mingw-w64-x86_64-autotools
mingw-w64-x86_64-ca-certificates
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
path: ./orbuculum
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
path: ./libusb/src
repository: Novakov/libusb
Expand Down

0 comments on commit 326a9f7

Please sign in to comment.