Skip to content

Commit

Permalink
fixing modules
Browse files Browse the repository at this point in the history
  • Loading branch information
bfong-owc committed May 3, 2024
1 parent eb094f8 commit 54d06cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Build
run: make clean build
- name: Package
run: make package-release
run: make package

build-macos:
runs-on: macos-latest
Expand All @@ -30,5 +30,5 @@ jobs:
- name: Build
run: make clean build
- name: Package
run: make package-release
run: make package

2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "external/libs"]
path = external/libs
url = git@github.com:BrandonMFong/libs.git
url = https://github.com/BrandonMFong/libs.git

0 comments on commit 54d06cd

Please sign in to comment.