Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
J
jscoq-light
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
David Hamelin
jscoq-light
Commits
c2ffc0b4
Unverified
Commit
c2ffc0b4
authored
Jul 6, 2023
by
Emilio Jesús Gallego Arias
Committed by
GitHub
Jul 6, 2023
Browse files
Options
Downloads
Plain Diff
Merge pull request #329 from jscoq/v8.17+fix_ci_apt
[ci] Use aptitude's solver for 32 bit gcc toolchain install
parents
ab626387
9f2d03d9
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.github/workflows/ci.yml
+3
-2
3 additions, 2 deletions
.github/workflows/ci.yml
with
3 additions
and
2 deletions
.github/workflows/ci.yml
+
3
−
2
View file @
c2ffc0b4
...
...
@@ -49,9 +49,10 @@ jobs:
submodules
:
'
true'
-
name
:
Install apt dependencies
run
:
|
sudo apt-get install aptitude
sudo dpkg --add-architecture i386
sudo apt
-get
-o Acquire::Retries=30 update -q
sudo apt
-get
-o Acquire::Retries=30 install gcc-multilib g++-multilib libgmp-dev:i386 -y
--allow-unauthenticated
sudo apt
itude
-o Acquire::Retries=30 update -q
sudo apt
itude
-o Acquire::Retries=30 install gcc-multilib g++-multilib libgmp-dev:i386 -y
-
uses
:
actions/setup-node@v3
with
:
node-version
:
'
16'
...
...
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment