Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
dune-copasi
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
COPASI
dune-copasi
Merge requests
!128
Update github windows CI to use UCRT64 environment to match sme_deps_common
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Update github windows CI to use UCRT64 environment to match sme_deps_common
github_ci_update
into
master
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
Liam Keegan
requested to merge
github_ci_update
into
master
11 months ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
5a4cdb66
1 commit,
11 months ago
1 file
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.github/workflows/ci.yml
+
2
−
2
Options
@@ -85,9 +85,9 @@ jobs:
steps
:
-
uses
:
msys2/setup-msys2@v2
with
:
msystem
:
MINGW
64
msystem
:
UCRT
64
update
:
true
install
:
mingw-w64-x86_64-gcc mingw-w64-x86_64-cmake make git dos2unix
install
:
mingw-w64-
ucrt-
x86_64-gcc mingw-w64-
ucrt-
x86_64-cmake make git dos2unix
-
name
:
Clone repo
run
:
pwd && ls && git clone -b ${{ github.head_ref || github.ref_name }} https://github.com/${{ github.repository }} . && ls
-
name
:
Setup static dependencies
Loading