Skip to content

Commit

Permalink
it's impossible to fix github workflows at once!
Browse files Browse the repository at this point in the history
  • Loading branch information
umjammer committed Oct 27, 2021
1 parent f80c50f commit c60b704
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 18 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@ jobs:

# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below)
- name: Autobuild
uses: github/codeql-action/autobuild@v1

# ℹ️ Command-line programs to run using the OS shell.
# 📚 https://git.io/JvXDl
Expand All @@ -63,9 +61,9 @@ jobs:
# and modify them (or add more) to build your code if your project
# uses a compiled language

#- run: |
# make bootstrap
# make release
- run: |
brew install lame fluid-synth libvorbis
mvn -B install --file pom.xml
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1
9 changes: 0 additions & 9 deletions .github/workflows/settings.xml

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Version 2.0. See the file LICENSE for details.

## Installation

https://bintray.com/umjammer/maven/tritonus
https://github.com/umjammer/tritonus/packages

## TODO

Expand Down
2 changes: 1 addition & 1 deletion tritonus-fluidsynth/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
<argument>-Dpackaging=dylib</argument>
<argument>-Dfile=${project.build.directory}/libtritonusfluid.dylib</argument>
<argument>-DgeneratePom=false</argument>
<argument>-DrepositoryId=bintray</argument>
<argument>-DrepositoryId=github</argument>
<argument>-Durl=https://maven.pkg.github.com/umjammer/tritonus</argument>
<argument>-DgeneratePom=false</argument>
<argument>-s</argument>
Expand Down
2 changes: 1 addition & 1 deletion tritonus-pvorbis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@
<argument>-Dpackaging=dylib</argument>
<argument>-Dfile=${project.build.directory}/libtritonuspvorbis.dylib</argument>
<argument>-DgeneratePom=false</argument>
<argument>-DrepositoryId=bintray</argument>
<argument>-DrepositoryId=github</argument>
<argument>-Durl=https://maven.pkg.github.com/umjammer/tritonus</argument>
<argument>-DgeneratePom=false</argument>
<argument>-s</argument>
Expand Down
2 changes: 1 addition & 1 deletion tritonus-vorbis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
<argument>-Dpackaging=dylib</argument>
<argument>-Dfile=${project.build.directory}/libtritonusvorbis.dylib</argument>
<argument>-DgeneratePom=false</argument>
<argument>-DrepositoryId=bintray</argument>
<argument>-DrepositoryId=github</argument>
<argument>-Durl=https://maven.pkg.github.com/umjammer/tritonus</argument>
<argument>-DgeneratePom=false</argument>
<argument>-s</argument>
Expand Down

0 comments on commit c60b704

Please sign in to comment.