Skip to content

Commit

Permalink
Hacking On The Mozilla Authenticator-RS Backend For SSHCerts (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
obelisk authored Jun 6, 2024
1 parent 7ed477e commit e2c2538
Show file tree
Hide file tree
Showing 61 changed files with 3,677 additions and 1,954 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/config_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

steps:
- name: Install Protoc
uses: arduino/setup-protoc@v1
uses: arduino/setup-protoc@v3
- uses: actions/checkout@v2
- name: Install libpcsc
run: sudo apt install -y libpcsclite-dev libusb-1.0-0-dev libudev-dev
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

steps:
- name: Install Protoc
uses: arduino/setup-protoc@v1
uses: arduino/setup-protoc@v3
- uses: actions/checkout@v2
- name: Install libpcsc
run: sudo apt install -y libpcsclite-dev libusb-1.0-0-dev libudev-dev
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

steps:
- name: Install Protoc
uses: arduino/setup-protoc@v1
uses: arduino/setup-protoc@v3
- uses: actions/checkout@v2
- name: Build
run: cargo build --package=rustica --features=all
Expand All @@ -25,7 +25,7 @@ jobs:

steps:
- name: Install Protoc
uses: arduino/setup-protoc@v1
uses: arduino/setup-protoc@v3
- uses: actions/checkout@v2
- name: Build
run: cargo build --package=rustica --features=splunk
Expand All @@ -35,7 +35,7 @@ jobs:

steps:
- name: Install Protoc
uses: arduino/setup-protoc@v1
uses: arduino/setup-protoc@v3
- uses: actions/checkout@v2
- name: Build
run: cargo build --package=rustica --features=influx
Expand All @@ -45,7 +45,7 @@ jobs:

steps:
- name: Install Protoc
uses: arduino/setup-protoc@v1
uses: arduino/setup-protoc@v3
- uses: actions/checkout@v2
- name: Build
run: cargo build --package=rustica --features=local-db
Expand All @@ -55,7 +55,7 @@ jobs:

steps:
- name: Install Protoc
uses: arduino/setup-protoc@v1
uses: arduino/setup-protoc@v3
- uses: actions/checkout@v2
- name: Build
run: cargo build --package=rustica --features=amazon-kms
Expand All @@ -65,7 +65,7 @@ jobs:

steps:
- name: Install Protoc
uses: arduino/setup-protoc@v1
uses: arduino/setup-protoc@v3
- uses: actions/checkout@v2
- name: Build
run: cargo build --package=rustica --features="splunk,influx,local-db,amazon-kms"
Loading

0 comments on commit e2c2538

Please sign in to comment.