Skip to content
This repository has been archived by the owner on Sep 7, 2024. It is now read-only.

Add sds as a submodule #31

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

Conversation

suleohis
Copy link

No description provided.

Comment on lines +1 to +23
name: build

on:
push:
branches: [ master ]
pull_request:
branches: [ master ]

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: addnab/docker-run-action@v3
with:
options: -v ${{ github.workspace }}:/usr/src/pam_aad
image: ghcr.io/aad-for-linux/pam_aad:ubuntu
run: |
cd /usr/src/pam_aad
./bootstrap.sh
./configure
make
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We don't need this file.

Comment on lines +1 to +6
{
"files.associations": {
"pam_modules.h": "c",
"pam_appl.h": "c"
}
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We do not need this file.

@oxr463
Copy link
Contributor

oxr463 commented Sep 27, 2022

What error are you getting from autotools when you try to build?

@oxr463 oxr463 changed the title Sds submodule added Add sds as a submodule Sep 28, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants