Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
thenextman committed Jan 17, 2024
1 parent 46097a1 commit 527d26a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/conan-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
id: generate-matrix
shell: pwsh
run: |
$json = '[{"arch": "aarch64","runner": "ubuntu-20.04","os": "linux","name": "[lin-ubuntu-22.04-aarch64-Release]","distro": "ubuntu-22.04","build_type": "Release"}]'
$json = '[{"arch": "aarch64","runner": "ubuntu-20.04","os": "linux","name": "[lin-ubuntu-22.04-aarch64-Release]","distro": "ubuntu-22.04","build_type": "Release"},{"arch": "aarch64","runner": "ubuntu-20.04","os": "linux","name": "[lin-aarch64-Release]","build_type": "Release"}]'
echo "matrix=$json" >> $Env:GITHUB_OUTPUT
# - name: create build matrix
# id: generate-matrix
Expand Down

0 comments on commit 527d26a

Please sign in to comment.