Skip to content

Commit

Permalink
Github Actions: don't install Flash Player Debugger because it isn't …
Browse files Browse the repository at this point in the history
…needed anymore
  • Loading branch information
joshtynjala committed Aug 26, 2021
1 parent 65ace47 commit 926a86c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/package-feathersui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:
- name: Install dependencies
run: |
brew install pandoc
brew install --cask flash-player-debugger
wget -O playerglobal.swc https://fpdownload.macromedia.com/get/flashplayer/updaters/32/playerglobal32_0.swc
mkdir ${{ env.AIR_HOME }}/frameworks/libs/player/11.1/
cp -f playerglobal.swc ${{ env.AIR_HOME }}/frameworks/libs/player/11.1/
Expand All @@ -33,7 +32,7 @@ jobs:
git clone https://github.com/Gamua/Starling-Framework $GITHUB_WORKSPACE/starling --depth 1
- name: Ant Build
run: |
ant full -Dflashsdk.root="${{ env.AIR_HOME }}" -Dstarling.root="$GITHUB_WORKSPACE/starling/starling/src" -Dflashplayer="/Applications/Flash Player Debugger.app/Contents/MacOS/Flash Player Debugger" -Dpandoc="/usr/local/bin/pandoc" -Dflexunit.root="$GITHUB_WORKSPACE/flexunit"
ant full -Dflashsdk.root="${{ env.AIR_HOME }}" -Dstarling.root="$GITHUB_WORKSPACE/starling/starling/src" -Dpandoc="/usr/local/bin/pandoc" -Dflexunit.root="$GITHUB_WORKSPACE/flexunit"
- uses: actions/upload-artifact@v2
with:
name: feathersui-starling
Expand Down

0 comments on commit 926a86c

Please sign in to comment.