Skip to content

Commit

Permalink
ci: clone submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxinal committed Aug 9, 2024
1 parent 9c4251e commit 33ff1e4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
submodules: true
- uses: cachix/install-nix-action@v26
- uses: cachix/cachix-action@v14
with:
Expand All @@ -20,7 +22,7 @@ jobs:
cargo build --release
mkdir dist
cp ./target/release/libvenkeybind.so ./dist/venkeybind-linux-x64.node
- name: upload
- name: Upload
uses: actions/upload-artifact@v4
with:
path: ./dist/venkeybind-linux-x64.node

0 comments on commit 33ff1e4

Please sign in to comment.