We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9616f57 commit aa73a64Copy full SHA for aa73a64
1 file changed
.github/workflows/deploy-api-docs.yml
@@ -9,7 +9,7 @@ on:
9
jobs:
10
11
deploy-api-docs:
12
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-22.04-arm
13
steps:
14
- uses: actions/checkout@v2
15
with:
@@ -31,8 +31,8 @@ jobs:
31
- name: Setup Haxe
32
working-directory: .
33
run: |
34
- export NEKOPATH=$PWD'/ceramic/git/haxe-binary/linux/neko'
35
- export HAXEPATH=$PWD'/ceramic/git/haxe-binary/linux/haxe'
+ export NEKOPATH=$PWD'/ceramic/git/haxe-binary/linux-arm64/neko'
+ export HAXEPATH=$PWD'/ceramic/git/haxe-binary/linux-arm64/haxe'
36
echo 'neko path: '$NEKOPATH
37
echo 'haxe path: '$HAXEPATH
38
sudo mkdir -p /usr/local/bin
0 commit comments