Skip to content

Commit 6393a34

Browse files
Update rust container (#6)
* Update rust container * Update ci.yml * Apply suggestions from code review Co-authored-by: Nils Peters <131347661+PetersNils@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Nils Peters <131347661+PetersNils@users.noreply.github.com> * Update .github/workflows/ci.yml Co-authored-by: Nils Peters <131347661+PetersNils@users.noreply.github.com> --------- Co-authored-by: Nils Peters <131347661+PetersNils@users.noreply.github.com>
1 parent 56c0c40 commit 6393a34

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,11 @@ on: push
66

77
jobs:
88
browser-jni:
9-
runs-on: ubuntu-latest
10-
container: sbx320/rust-x86_64-pc-windows-gnu
9+
runs-on: ubuntu-22.04
10+
container: ghcr.io/eclipse-set/rust-x86_64-pc-windows-gnu:latest
1111
steps:
1212
- uses: actions/checkout@v3
1313

14-
- name: Set up Rust
15-
run: rustup target add x86_64-pc-windows-gnu
16-
1714
- name: Set up Workspace
1815
run: |
1916
mkdir -p cef/Release

0 commit comments

Comments
 (0)