Skip to content

Commit

Permalink
Add missing "shell" for composite.
Browse files Browse the repository at this point in the history
  • Loading branch information
guylamar2006 committed Oct 17, 2024
1 parent d3951a1 commit 118dc98
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/macos/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ runs:
- uses: Swatinem/rust-cache@v2
- uses: dtolnay/rust-toolchain@stable
- name: Build macOS Release
shell: bash
run: cargo build --release
- name: copy binary
shell: bash
Expand Down
1 change: 1 addition & 0 deletions .github/actions/ubuntu-recorder/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ runs:
- uses: Swatinem/rust-cache@v2
- uses: dtolnay/rust-toolchain@stable
- name: Build Ubuntu Recorder Release
shell: bash
run: cargo build --release -p neothesia-cli
- name: Chmod +x
shell: bash
Expand Down
1 change: 1 addition & 0 deletions .github/actions/ubuntu/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ runs:
run: sudo apt update && sudo apt install libasound2-dev libgtk-3-dev
- uses: Swatinem/rust-cache@v2
- uses: dtolnay/rust-toolchain@stable
shell: bash
- name: Build Ubuntu Release
run: cargo build --release
- name: Chmod +x
Expand Down
1 change: 1 addition & 0 deletions .github/actions/windows-recorder/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ runs:
- uses: Swatinem/rust-cache@v2
- uses: dtolnay/rust-toolchain@stable
shell: bash
- name: Build Ubuntu Release
run: cargo build --release -p neothesia-cli
- uses: actions/upload-artifact@v4
Expand Down
1 change: 1 addition & 0 deletions .github/actions/windows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ runs:
steps:
- uses: Swatinem/rust-cache@v2
- uses: dtolnay/rust-toolchain@stable
shell: bash
- name: Build Windows Release
run: cargo build --release
- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 118dc98

Please sign in to comment.