We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56c0c40 commit 6393a34Copy full SHA for 6393a34
.github/workflows/ci.yml
@@ -6,14 +6,11 @@ on: push
6
7
jobs:
8
browser-jni:
9
- runs-on: ubuntu-latest
10
- container: sbx320/rust-x86_64-pc-windows-gnu
+ runs-on: ubuntu-22.04
+ container: ghcr.io/eclipse-set/rust-x86_64-pc-windows-gnu:latest
11
steps:
12
- uses: actions/checkout@v3
13
14
- - name: Set up Rust
15
- run: rustup target add x86_64-pc-windows-gnu
16
-
17
- name: Set up Workspace
18
run: |
19
mkdir -p cef/Release
0 commit comments