mirror of
https://github.com/FliegendeWurst/tmux-thumbs.git
synced 2024-12-04 02:14:07 +00:00
Enable mac build
This commit is contained in:
parent
e7d43e8ec2
commit
35bfa6c2a1
23
.github/workflows/rust.yml
vendored
23
.github/workflows/rust.yml
vendored
@ -3,24 +3,21 @@ name: Rust
|
|||||||
on: [push]
|
on: [push]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
# Disabled until this issue is resolved: https://github.com/fcsonline/tmux-thumbs/issues/27
|
build-mac:
|
||||||
# build-mac:
|
runs-on: macos-latest
|
||||||
|
|
||||||
# runs-on: macos-latest
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
# steps:
|
- name: Build
|
||||||
# - uses: actions/checkout@v2
|
run: cargo build --release
|
||||||
|
|
||||||
# - name: Build
|
- uses: actions/upload-artifact@v1
|
||||||
# run: cargo build --release
|
with:
|
||||||
|
name: thumbs-macos.zip
|
||||||
# - uses: actions/upload-artifact@v1
|
path: ./target/release/thumbs
|
||||||
# with:
|
|
||||||
# name: thumbs-macos.zip
|
|
||||||
# path: ./target/release/thumbs
|
|
||||||
|
|
||||||
build-linux:
|
build-linux:
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
Loading…
Reference in New Issue
Block a user