Skip to content

Commit

Permalink
Github Actions: pandoc not required anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtynjala committed Aug 26, 2021
1 parent 926a86c commit 8c92fa8
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 @@ -20,7 +20,6 @@ jobs:
- uses: joshtynjala/setup-adobe-air-action@v1
- name: Install dependencies
run: |
brew install pandoc
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 @@ -32,7 +31,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" -Dpandoc="/usr/local/bin/pandoc" -Dflexunit.root="$GITHUB_WORKSPACE/flexunit"
ant full -Dflashsdk.root="${{ env.AIR_HOME }}" -Dstarling.root="$GITHUB_WORKSPACE/starling/starling/src" -Dflexunit.root="$GITHUB_WORKSPACE/flexunit"
- uses: actions/upload-artifact@v2
with:
name: feathersui-starling
Expand Down

0 comments on commit 8c92fa8

Please sign in to comment.