Skip to content

Commit 1b1e7c9

Browse files
committed
Merge branch 'master' of github.com:sdttttt/gcr
2 parents 1f55d20 + 610c8e3 commit 1b1e7c9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@ jobs:
4747
uses: actions-rs/cargo@v1
4848
with:
4949
command: make
50-
args: test
50+
args: --makefile MakeFile.toml test
5151

5252
- name: Build
5353
uses: actions-rs/cargo@v1
5454
with:
5555
command: make
56-
args: build-release
56+
args: --makefile MakeFile.toml build-release
5757

5858
# - name: Run cargo bloat (not work)
5959
# uses: orf/cargo-bloat-action@v1

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
uses: actions-rs/cargo@v1
4040
with:
4141
command: make
42-
args: build-release
42+
args: --makefile MakeFile.toml build-release
4343

4444
- uses: actions/upload-artifact@v2
4545
with:

0 commit comments

Comments
 (0)