mirror of
https://github.com/FliegendeWurst/tmux-thumbs.git
synced 2024-11-09 16:00:35 +00:00
Disable macosx build
This commit is contained in:
parent
95daffafaa
commit
c00dbba0e7
21
.github/workflows/rust.yml
vendored
21
.github/workflows/rust.yml
vendored
@ -3,20 +3,21 @@ name: Rust
|
|||||||
on: [push]
|
on: [push]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-mac:
|
# Disabled until this issue is resolved: https://github.com/fcsonline/tmux-thumbs/issues/27
|
||||||
|
# build-mac:
|
||||||
|
|
||||||
runs-on: macos-latest
|
# runs-on: macos-latest
|
||||||
|
|
||||||
steps:
|
# steps:
|
||||||
- uses: actions/checkout@v2
|
# - uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Build
|
# - name: Build
|
||||||
run: cargo build --release
|
# run: cargo build --release
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v1
|
# - uses: actions/upload-artifact@v1
|
||||||
with:
|
# with:
|
||||||
name: thumbs-macos.zip
|
# name: thumbs-macos.zip
|
||||||
path: ./target/release/thumbs
|
# path: ./target/release/thumbs
|
||||||
|
|
||||||
build-linux:
|
build-linux:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user