Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
go-ipfs
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
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
GitHub Mirror
ipfs
go-ipfs
Commits
656867b8
Commit
656867b8
authored
2 years ago
by
Piotr Galar
Committed by
Henrique Dias
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
ci: update apt before installing deps (#9831)
parent
4f438e6d
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.github/workflows/build.yml
+0
-1
0 additions, 1 deletion
.github/workflows/build.yml
.github/workflows/sharness.yml
+1
-1
1 addition, 1 deletion
.github/workflows/sharness.yml
with
1 addition
and
2 deletions
.github/workflows/build.yml
+
0
−
1
View file @
656867b8
...
...
@@ -148,7 +148,6 @@ jobs:
with
:
repository
:
ipfs/go-ipfs-http-client
path
:
go-ipfs-http-client
ref
:
bump-for-rcmgr-last-push
-
uses
:
protocol/cache-go-action@v1
with
:
name
:
${{ github.job }}
...
...
This diff is collapsed.
Click to expand it.
.github/workflows/sharness.yml
+
1
−
1
View file @
656867b8
...
...
@@ -32,7 +32,7 @@ jobs:
with
:
path
:
kubo
-
name
:
Install missing tools
run
:
sudo apt install -y socat net-tools fish libxml2-utils
run
:
sudo apt
update && sudo apt
install -y socat net-tools fish libxml2-utils
-
name
:
Restore Go Cache
uses
:
protocol/cache-go-action@v1
with
:
...
...
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
register
or
sign in
to comment