GitBucket
Toggle navigation
Pull requests
Issues
Snippets
Sign in
Files
Branches
1
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Fork
: 0
johnpearcey
/
dub_jkp
Browse code
Merge pull request #2037 from dlang/stable
Merge stable into master
master
commit
8ef43bdb85689419031bae8ed4fd84b34c3182ba
2 parents
3b31d99
+
4913ce9
Mathias LANG
authored
on 17 Nov 2020
GitHub
committed
on 17 Nov 2020
Patch
Unified
Split
Showing
1 changed file
+1
-1
■
■
■■■
.github/workflows/main.yml
Ignore Space
Show notes
View
2
■
■
■■■
.github/workflows/main.yml
-
name
:
'[OSX] Install dependencies'
if
:
runner
.
os
==
'macOS'
run
:
|
brew install pkg
-
config coreutils
echo
::
set
-
env name
=
PKG_CONFIG_PATH
::
/usr/
local
/
opt
/
openssl@1
.
1
/
lib
/
pkgconfig
/
echo
"PKG_CONFIG_PATH=/usr/local/opt/openssl@1.1/lib/pkgconfig/"
>>
$GITHUB_ENV
-
name
:
'[Linux] Install dependencies'
if
:
runner
.
os
==
'Linux'
run
:
|
Show line notes below