mirror of
https://github.com/3proxy/3proxy.git
synced 2026-08-17 05:45:50 +08:00
Compare commits
No commits in common. "5f542a505a7c224286cdf225d9fa47ff5a553da1" and "4af02c92681aa540df0047be1137e30def815482" have entirely different histories.
5f542a505a
...
4af02c9268
2
.github/workflows/c-cpp-Linux.yml
vendored
2
.github/workflows/c-cpp-Linux.yml
vendored
@ -25,7 +25,7 @@ jobs:
|
|||||||
# run: ./configure
|
# run: ./configure
|
||||||
- name: Linux libraries
|
- name: Linux libraries
|
||||||
if: ${{ startsWith(matrix.target, 'ubuntu') }}
|
if: ${{ startsWith(matrix.target, 'ubuntu') }}
|
||||||
run: sudo apt-get update && sudo apt-get install -y libssl-dev libpam-dev libpcre2-dev
|
run: sudo apt install libssl-dev libpam-dev libpcre2-dev
|
||||||
- name: make
|
- name: make
|
||||||
run: make -f Makefile.Linux
|
run: make -f Makefile.Linux
|
||||||
- name: mkdir
|
- name: mkdir
|
||||||
|
|||||||
4
.github/workflows/c-cpp-cmake.yml
vendored
4
.github/workflows/c-cpp-cmake.yml
vendored
@ -27,7 +27,7 @@ jobs:
|
|||||||
# run: ./configure
|
# run: ./configure
|
||||||
- name: Linux libraries
|
- name: Linux libraries
|
||||||
if: ${{ startsWith(matrix.target, 'ubuntu') }}
|
if: ${{ startsWith(matrix.target, 'ubuntu') }}
|
||||||
run: sudo apt-get update && sudo apt-get install -y libssl-dev libpam-dev libpcre2-dev
|
run: sudo apt install libssl-dev libpam-dev libpcre2-dev
|
||||||
- name: Mac libraries
|
- name: Mac libraries
|
||||||
if: ${{ startsWith(matrix.target, 'macos') }}
|
if: ${{ startsWith(matrix.target, 'macos') }}
|
||||||
run: brew install pcre2
|
run: brew install pcre2
|
||||||
@ -64,7 +64,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v7
|
- uses: actions/checkout@v7
|
||||||
- name: Install wolfSSL
|
- name: Install wolfSSL
|
||||||
run: sudo apt-get update && sudo apt-get install -y libwolfssl-dev
|
run: sudo apt install -y libwolfssl-dev
|
||||||
- name: make with CMake (wolfSSL preferred)
|
- name: make with CMake (wolfSSL preferred)
|
||||||
run: |
|
run: |
|
||||||
mkdir build
|
mkdir build
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user