Skip to content

Commit

Permalink
fix: CI and removed gitmodules as it is empty
Browse files Browse the repository at this point in the history
  • Loading branch information
maxrobot committed Aug 8, 2024
1 parent 6249452 commit 7db1628
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/Basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,6 @@ jobs:
uses: actions/checkout@v2
- name: Fix git safe.directory in container
run: mkdir -p /home/runner/work/_temp/_github_home && printf "[safe]\n\tdirectory = /github/workspace" >/home/runner/work/_temp/_github_home/.gitconfig
- name: Checkout submodules
uses: srt32/[email protected]
with:
args: git submodule update --init --recursive
- name: Fix protobuf output dir error
run: echo >packages/injective-protobuf/src/proto/mod.rs

- name: Install stable toolchain
uses: actions-rs/toolchain@v1
Expand Down Expand Up @@ -54,12 +48,6 @@ jobs:
uses: actions/checkout@v2
- name: Fix git safe.directory in container
run: mkdir -p /home/runner/work/_temp/_github_home && printf "[safe]\n\tdirectory = /github/workspace" >/home/runner/work/_temp/_github_home/.gitconfig
- name: Checkout submodules
uses: srt32/[email protected]
with:
args: git submodule update --init --recursive
- name: Fix protobuf output dir error
run: echo >packages/injective-protobuf/src/proto/mod.rs

- name: Install stable toolchain
uses: actions-rs/toolchain@v1
Expand Down
Empty file removed .gitmodules
Empty file.

0 comments on commit 7db1628

Please sign in to comment.