File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ on: [push, pull_request]
55jobs :
66 build :
77 name : Build
8- runs-on : windows-2019
8+ runs-on : windows-latest
99 steps :
1010 - uses : actions/checkout@v3
1111 with :
@@ -15,12 +15,12 @@ jobs:
1515 uses : TheMrMilchmann/setup-msvc-dev@v3.0.0
1616 with :
1717 arch : x86
18-
18+
1919 - name : Download llvm-project-with-widberg-extensions
2020 uses : suisei-cn/actions-download-file@v1.3.0
2121 with :
2222 url : " https://github.com/widberg/llvm-project-widberg-extensions/releases/download/widberg-21.1.0/widberg-21.1.0-windows-x86_64-affc3306571df779c1e54d34e6f919da52093067.zip"
23-
23+
2424 - name : Unzip llvm-project-with-widberg-extensions
2525 run : 7z x widberg-21.1.0-windows-x86_64-affc3306571df779c1e54d34e6f919da52093067.zip -obin
2626
Original file line number Diff line number Diff line change 11MIT License
22
3- Copyright (c) 2020-2023 widberg
3+ Copyright (c) 2020-2025 widberg
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
You can’t perform that action at this time.
0 commit comments