Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
Blackhex committed Feb 8, 2024
1 parent b10dd87 commit f9d061d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/scripts/install-toolchain.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ set -o pipefail # fail of any command in pipeline is an error
pacman -Syu --noconfirm

# Add WoArm64 custom repository.
REPO="[woarm64]
REPO='[woarm64]
Server = https://windows-on-arm-experiments.github.io/msys2-woarm64-build/x86_64
SigLevel = Optional
"
'
echo -e "$REPO$(cat /etc/pacman.conf)" > /etc/pacman.conf

pacman -Sy --noconfirm
Expand Down
10 changes: 8 additions & 2 deletions .github/workflows/check-repository.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,11 @@ jobs:
runs-on: [Windows, GCC, ARM64]

steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Download artifacts
uses: actions/download-artifact@v4
with:
name: hello-world
path: hello-world.exe

- name: Run hello-world.exe
run: hello-world.exe

0 comments on commit f9d061d

Please sign in to comment.