Skip to content

Commit

Permalink
Merge pull request #58 from gomadoufu/dev
Browse files Browse the repository at this point in the history
  • Loading branch information
gomadoufu authored Feb 15, 2023
2 parents dae5c3c + 3918ec4 commit 53289b9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,6 @@ on:
- created

jobs:
start:
runs-on: ubuntu-latest
steps:
- name: echo
run: echo "build start"

build:
strategy:
fail-fast: false
Expand All @@ -24,7 +18,6 @@ jobs:
OS: ubuntu-latest
- TARGET: x86_64-apple-darwin # tested on a mac, is not properly signed so there are security warnings
OS: macos-latest
needs: test
runs-on: ${{ matrix.OS }}
env:
NAME: gomastreamer # change with the name of your project
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gomast"
version = "0.2.2"
version = "0.2.3"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down

0 comments on commit 53289b9

Please sign in to comment.