Skip to content

Commit aa73a64

Browse files
committed
Fix for latest Ceramic
1 parent 9616f57 commit aa73a64

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/deploy-api-docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010

1111
deploy-api-docs:
12-
runs-on: ubuntu-22.04
12+
runs-on: ubuntu-22.04-arm
1313
steps:
1414
- uses: actions/checkout@v2
1515
with:
@@ -31,8 +31,8 @@ jobs:
3131
- name: Setup Haxe
3232
working-directory: .
3333
run: |
34-
export NEKOPATH=$PWD'/ceramic/git/haxe-binary/linux/neko'
35-
export HAXEPATH=$PWD'/ceramic/git/haxe-binary/linux/haxe'
34+
export NEKOPATH=$PWD'/ceramic/git/haxe-binary/linux-arm64/neko'
35+
export HAXEPATH=$PWD'/ceramic/git/haxe-binary/linux-arm64/haxe'
3636
echo 'neko path: '$NEKOPATH
3737
echo 'haxe path: '$HAXEPATH
3838
sudo mkdir -p /usr/local/bin

0 commit comments

Comments
 (0)