Skip to content

Commit

Permalink
TMP: test
Browse files Browse the repository at this point in the history
  • Loading branch information
T-K-233 committed Dec 16, 2024
1 parent fa0925e commit a85dcd1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/build-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ on:

jobs:
build:
# Do not ignore bash profile files. From:
defaults:
run:
shell: bash -l {0}

runs-on: ubuntu-latest

steps:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## Install Mill

```bash
./scripts/install_mill.sh
./scripts/install-mill.sh
```

## Build Example
Expand Down

0 comments on commit a85dcd1

Please sign in to comment.